summaryrefslogtreecommitdiffstats
path: root/.ci/linux/run-tests.sh
blob: ae0c7b77e68aa9c793999a8d93908da0823f921b (plain)
1
2
3
4
5
6
7
8
#!/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