From 6f275496d389bb76fbc3fca859439ad7db56533b Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 11 Feb 2020 14:20:40 +0100 Subject: [PATCH] [ci] Added testrunner report. --- scripts/ci/jobs/build.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/ci/jobs/build.yml b/scripts/ci/jobs/build.yml index 8a7170d8ad1..046b903fbf9 100644 --- a/scripts/ci/jobs/build.yml +++ b/scripts/ci/jobs/build.yml @@ -22,4 +22,13 @@ build: script: - cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DOGS_BUILD_PROCESSES=GroundwaterFlow - 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 -- GitLab