tests: Add OS X test sript
This commit is contained in:
committed by
Paul Beckingham
parent
e850823809
commit
d748650691
17
test/scripts/test_osx.sh
Normal file
17
test/scripts/test_osx.sh
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
set +x
|
||||||
|
|
||||||
|
brew install gnutls
|
||||||
|
brew install cmake
|
||||||
|
git clean -dfx
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
cmake -DCMAKE_BUILD_TYPE=debug .
|
||||||
|
make -j2
|
||||||
|
make install
|
||||||
|
task --version
|
||||||
|
|
||||||
|
pushd test
|
||||||
|
make
|
||||||
|
./run_all
|
||||||
|
cat all.log | grep 'not ok'
|
||||||
|
./problems
|
||||||
Reference in New Issue
Block a user