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:
authorMatthias Dressel <code@deadcode.eu>2021-09-09 18:31:51 +0300
committerMatthias Dressel <code@deadcode.eu>2021-09-17 17:31:51 +0300
commitc6a97f8a3e097c233a5673de45984612546b4c3f (patch)
tree2a732d8aa2f113dadfe7ac326d822110bcd70724 /.gitlab-ci.yml
parent36906a724f1527479ffd312b7ad146fa99a6248b (diff)
CI: Output the dav1d-test-data commit used in the run
Having the exact commit hash in the logs helps with debugging.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e40d76..9aa6d78 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -434,6 +434,7 @@ build-debian-ppc64le:
- test -d cache/dav1d-test-data.git && GIT_DIR=cache/dav1d-test-data.git git fetch --refmap=refs/heads/master:refs/heads/master origin master
- test -d cache/dav1d-test-data.git || git clone --bare https://code.videolan.org/videolan/dav1d-test-data.git cache/dav1d-test-data.git
- git clone cache/dav1d-test-data.git tests/dav1d-test-data
+ - git -C tests/dav1d-test-data describe --always --long
dependencies: []
.test-asm-common: