nheko/.ci/linux/run-tests.sh

8 lines
132 B
Bash
Raw Normal View History

2017-05-08 15:27:21 +02:00
#!/usr/bin/env bash
set -evx
2017-12-03 11:22:48 +01:00
cmake -DBUILD_TESTS=ON -H. -Bbuild && cmake --build build
2017-05-08 15:27:21 +02:00
cd build && GTEST_COLOR=1 ctest --verbose