IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 2a6f65c4 authored by ralfulrich's avatar ralfulrich
Browse files

again, reduce verbosity level for CI a bit

parent 73edede9
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ coverage: # special pipeline for master with coverage report ...@@ -37,7 +37,7 @@ coverage: # special pipeline for master with coverage report
- mkdir build - mkdir build
- cmake .. - cmake ..
- cmake --build . -- -j 4 - cmake --build . -- -j 4
- ctest -VV >& test.log - ctest -V >& test.log
after_script: after_script:
- cd build - cd build
- cmake .. -DCMAKE_BUILD_TYPE=Coverage - cmake .. -DCMAKE_BUILD_TYPE=Coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment