mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
17 lines
247 B
Bash
Executable file
17 lines
247 B
Bash
Executable file
set -ex
|
|
|
|
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
|