matrixion/.ci/linux/run-tests.sh
Konstantinos Sideris e77fb8a6e7 Add tests on travis
2017-05-08 16:27:21 +03:00

8 lines
154 B
Bash
Executable file

#!/usr/bin/env bash
set -evx
cmake -DBUILD_TESTS=ON -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
make -C build -j2
cd build && GTEST_COLOR=1 ctest --verbose