mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
20 lines
329 B
Bash
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
|