IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 96278ff8 authored by ralfulrich's avatar ralfulrich
Browse files

debug ci

parent 204eb586
No related branches found
No related tags found
2 merge requests!234WIP: Initial example of python as script language from C++,!232Conex EM
......@@ -341,9 +341,11 @@ example-clang-8:
- corsika
script:
- cd build
- cmake --build . -- -j4
- cmake --build . -- -j4 VERBOSE=1
- set -o pipefail
- ctest -j4 -VV | gzip -v -9 > test.log.gz
- ctest -j4 -VV | gzip -v -9 > test.log.gz
- ldd corsika_data/readLib/testData
- corsika_data/readLib/testData
- make -j4 run_examples | gzip -v -9 > examples.log.gz
rules:
- if: '$CI_MERGE_REQUEST_ID && $CI_MERGE_REQUEST_TITLE =~ /^WIP:/'
......
Subproject commit 8ffafdb21149c05ce1173511d967709b9a3f2636
Subproject commit 02b8b216542c3226ac8cc159b42b40b6a3a453a4
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