]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add a test build script
authorKen Rice <krice@freeswitch.org>
Wed, 4 Feb 2015 21:05:21 +0000 (15:05 -0600)
committerKen Rice <krice@freeswitch.org>
Wed, 4 Feb 2015 21:05:27 +0000 (15:05 -0600)
scripts/ci/test_build.sh [new file with mode: 0755]

diff --git a/scripts/ci/test_build.sh b/scripts/ci/test_build.sh
new file mode 100755 (executable)
index 0000000..f5fe84a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+./bootstrap.sh -j
+./configure -C
+make