mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
19 lines
295 B
Bash
19 lines
295 B
Bash
set -x
|
|
|
|
brew install gnutls
|
|
brew install cmake
|
|
brew install libfaketime
|
|
pip install python-dateutil
|
|
git clean -dfx
|
|
git submodule init
|
|
git submodule update
|
|
cmake -DCMAKE_BUILD_TYPE=debug .
|
|
make -j2
|
|
make install
|
|
timew --version
|
|
|
|
pushd test
|
|
make
|
|
./run_all -v
|
|
cat all.log | grep 'not ok'
|
|
./problems
|