r3/.travis-ci/script-cmake.sh

9 lines
76 B
Bash
Raw Normal View History

2018-07-05 12:52:34 -04:00
#!/bin/sh
set -ev
mkdir build && cd build
cmake -GNinja ..
ninja -v
ctest