taskwarrior/test/scripts/test_osx.sh
2019-01-01 15:44:19 -05:00

17 lines
241 B
Bash

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 -v
cat all.log | grep 'not ok'
./problems