Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2021-01-21 01:21:42 +0300
committerMarvin Scholz <epirat07@gmail.com>2022-01-25 23:20:03 +0300
commitf6b665151fd492cf5acbc25413614901e453fa59 (patch)
treeb039931ccfa0772b8b55235c91f5c200bc2f2331 /.gitlab-ci.yml
parent8e8148c16dd5f9f80ff5266b87359071f0d806ff (diff)
CI: Add junit test log artifact
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 000eaa5..cc75fc1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -437,6 +437,10 @@ build-debian-ppc64le:
- git clone cache/dav1d-test-data.git tests/dav1d-test-data
- git -C tests/dav1d-test-data describe --always --long
dependencies: []
+ artifacts:
+ when: always
+ reports:
+ junit: build/meson-logs/testlog.junit.xml
.test-asm-common:
extends: