mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
tests: Add OS X test sript
This commit is contained in:
parent
e850823809
commit
d748650691
1 changed files with 17 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue