From: Ken Rice Date: Wed, 4 Feb 2015 21:05:21 +0000 (-0600) Subject: add a test build script X-Git-Tag: v1.4.17~1^2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00a18f7137d1019bb46db13fee992a91e8c00cbb;p=thirdparty%2Ffreeswitch.git add a test build script --- diff --git a/scripts/ci/test_build.sh b/scripts/ci/test_build.sh new file mode 100755 index 0000000000..f5fe84ade9 --- /dev/null +++ b/scripts/ci/test_build.sh @@ -0,0 +1,4 @@ +#!/bin/bash +./bootstrap.sh -j +./configure -C +make