Cheeze/test/build.sh

10 lines
93 B
Bash
Executable File

#!/bin/sh
set -eu
cd -- "$(dirname -- "$0")"
mkdir -p build
cd build
cmake ..
make
ctest -V