taskwarrior/test/scripts/test_osx.sh

19 lines
326 B
Bash

set -ex
export LDFLAGS="-framework Foundation -framework Security"
brew install gnutls
brew install cmake
brew install libfaketime
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