chiaki/scripts/ci-script
2020-10-22 23:43:07 +02:00

9 lines
110 B
Bash
Executable file

#!/bin/bash
set -e
set -x
mkdir build && cd build
cmake .. -DCHIAKI_ENABLE_SETSU=ON "$@"
make -j8
make test