IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 906b2a20 authored by ralfulrich's avatar ralfulrich
Browse files

more verbose ctest

parent 32a54086
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,10 @@ coverage: # special pipeline for master with coverage report
- corsika
script:
- mkdir build
- cmake ..
- cmake --build . -- -j 4
- ctest -VV >& test.log
after_script:
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Coverage
- cmake --build . -- -j4
......
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