Split up build & test

This should make the output a bit more segmented (and thus, more readable)
This commit is contained in:
Jaime van Kessel 2020-08-14 16:31:25 +02:00
parent dd6467303e
commit 01aa729577
No known key found for this signature in database
GPG key ID: 3710727397403C91
3 changed files with 7 additions and 4 deletions

View file

@ -69,4 +69,3 @@ cmake3 \
-DGENERATE_TRANSLATIONS=OFF \
..
make
ctest3 -j4 --output-on-failure -T Test

3
docker/test.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
cd build
ctest3 -j4 --output-on-failure -T Test