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:
authorKonstantin Pavlov <thresh@videolan.org>2018-11-14 23:12:50 +0300
committerKonstantin Pavlov <thresh@videolan.org>2018-11-14 23:13:58 +0300
commit949853f2d97fe8e8dd47e232e7e372f6573f8140 (patch)
treed9556d2af57d83b6c7eecb650add2494164d6779
parentca33a9b78036e1b456fca111a70a635bea401c95 (diff)
CI: bump the dav1d-debian-unstable image version.
This version now includes clang.
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index df64ee8..b268561 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
- test
build-debian:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20180928151533
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
stage: build
tags:
- debian
@@ -14,7 +14,7 @@ build-debian:
- cd build && meson test -v
build-debian-static:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20180928151533
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
stage: build
tags:
- debian
@@ -25,7 +25,7 @@ build-debian-static:
- cd build && meson test -v
build-win32:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20180928151533
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
stage: build
tags:
- win32
@@ -45,7 +45,7 @@ build-win32:
expire_in: 1 week
build-win64:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20180928151533
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
stage: build
tags:
- win64
@@ -105,7 +105,7 @@ build-debian-werror:
- ninja -C build
test-debian:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20180928151533
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
stage: test
tags:
- debian