add a test build script

This commit is contained in:
Ken Rice 2015-02-04 15:05:21 -06:00
parent 56ac3b3533
commit 00a18f7137
1 changed files with 4 additions and 0 deletions

4
scripts/ci/test_build.sh Executable file
View File

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