timewarrior/test/scripts/test_osx.sh
Thomas Lauf 28a3db5579 Switch to python 3
- #259

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2019-12-21 22:31:05 +01:00

20 lines
329 B
Bash

set -x
brew install gnutls
brew install cmake
brew install libfaketime
brew install python3
python -m pip install python3-dateutil
git clean -dfx
git submodule init
git submodule update
cmake -DCMAKE_BUILD_TYPE=debug .
make -j2
make install
timew --version
pushd test || exit
make
./run_all -v
grep 'not ok' all.log
./problems