IAP GITLAB

Skip to content
Snippets Groups Projects

Copyright

Merged Ralf Ulrich requested to merge copyright into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -35,6 +35,10 @@ coverage: # special pipeline for master with coverage report
- corsika
script:
- mkdir build
- cmake ..
- cmake --build . -- -j 4
- ctest -V >& test.log
after_script:
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Coverage
- cmake --build . -- -j4
Loading