mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 22:31:21 -07:00
Split up build & test
This should make the output a bit more segmented (and thus, more readable)
This commit is contained in:
parent
dd6467303e
commit
01aa729577
3 changed files with 7 additions and 4 deletions
|
|
@ -69,4 +69,3 @@ cmake3 \
|
|||
-DGENERATE_TRANSLATIONS=OFF \
|
||||
..
|
||||
make
|
||||
ctest3 -j4 --output-on-failure -T Test
|
||||
|
|
|
|||
3
docker/test.sh
Executable file
3
docker/test.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
cd build
|
||||
ctest3 -j4 --output-on-failure -T Test
|
||||
Loading…
Add table
Add a link
Reference in a new issue