lean4-htt/script/ci.sh
2019-10-29 17:08:34 +01:00

9 lines
190 B
Bash
Executable file

#!/usr/bin/env bash
set -e
mkdir build
cd build
eval cmake ../src $CMAKE_OPTIONS
cmake --build .
# -T to create .xml file
ctest -j8 -V --output-on-failure --no-compress-output -T Test
cpack