1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 01:28:42 +00:00

add a test build script

This commit is contained in:
Ken Rice 2015-02-04 15:05:21 -06:00
parent 56ac3b3533
commit 00a18f7137

4
scripts/ci/test_build.sh Executable file

@ -0,0 +1,4 @@
#!/bin/bash
./bootstrap.sh -j
./configure -C
make