summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2022-10-17 13:21:17 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.com>2022-10-17 18:14:39 +0200
commit5a239329260476eb2b4dd10994235db60491c26d (patch)
tree5bfde2b64d74c5723e32ecd15ccd098fd86bf62a
parentbeb5b5a2d55f2ac745c5382b90072ee4a779f1ed (diff)
downloadlibnice-5a239329260476eb2b4dd10994235db60491c26d.tar.gz
ci: Export JUnit report
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index adc4c09..1b13e81 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -168,6 +168,12 @@ build msys2:
meson build $env:MESON_ARGS &&
ninja -C build &&
meson test -C build --print-errorlogs --suite libnice"
+ artifacts:
+ reports:
+ junit: build/meson-logs/testlog-*.junit.xml
+ when: on_failure
+ paths:
+ - build/meson-logs/
build msvc amd64:
extends: .build msvc
@@ -234,6 +240,8 @@ test:
- ninja -C build/
- meson test -C build/ --setup debug
artifacts:
+ reports:
+ junit: build/meson-logs/testlog-*.junit.xml
when: on_failure
paths:
- build/meson-logs/