Skip to content
Snippets Groups Projects
Verified Commit 6f275496 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Added testrunner report.

parent 671072ac
No related branches found
No related tags found
No related merge requests found
...@@ -22,4 +22,13 @@ build: ...@@ -22,4 +22,13 @@ build:
script: script:
- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DOGS_BUILD_PROCESSES=GroundwaterFlow - cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DOGS_BUILD_PROCESSES=GroundwaterFlow
- cmake --build . --target tests - cmake --build . --target tests
- cmake --build . --target ctest -j 3 - cmake --build . --target ctest -j 8
artifacts:
paths:
- build/Testing/**/*.xml
- build/Tests/testrunner.xml
reports:
junit:
- build/Tests/testrunner.xml
- build/Testing/**/*.xml
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