[libdvdcss-devel] [Git][videolan/libdvdcss][master] CI: Updated to use modern builders
Jean-Baptiste Kempf
gitlab at videolan.org
Fri Jan 8 21:53:33 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdcss
Commits:
e4b84ded by Konstantin Pavlov at 2021-01-08T21:59:04+03:00
CI: Updated to use modern builders
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -5,10 +5,10 @@ variables:
GIT_SUBMODULE_STRATEGY: normal
build-debian:
- image: registry.videolan.org:5000/vlc-debian-unstable:20181128113529
+ image: registry.videolan.org/vlc-debian-unstable:20200529132440
stage: build
tags:
- - debian
+ - docker
- amd64
script:
- autoreconf -fisv
@@ -20,7 +20,8 @@ build-debian:
build-macos:
stage: build
tags:
- - macos
+ - catalina
+ - amd64
script:
- autoreconf -fisv
- mkdir build
@@ -29,12 +30,11 @@ build-macos:
- make -j $(getconf _NPROCESSORS_ONLN)
build-win64:
- image: registry.videolan.org:5000/vlc-debian-win64:20181107154313
+ image: registry.videolan.org/vlc-debian-win64:20201106143728
stage: build
tags:
- - debian
+ - docker
- amd64
- - win64
script:
- autoreconf -fisv
- mkdir build
@@ -43,12 +43,11 @@ build-win64:
- make -j $(getconf _NPROCESSORS_ONLN)
build-win32:
- image: registry.videolan.org:5000/vlc-debian-win32:20181107151708
+ image: registry.videolan.org/vlc-debian-win32:20201106141924
stage: build
tags:
- - debian
+ - docker
- amd64
- - win32
script:
- autoreconf -fisv
- mkdir build
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/commit/e4b84dedccda51e94e774d2d70498b9c86b5593f
--
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/commit/e4b84dedccda51e94e774d2d70498b9c86b5593f
You're receiving this email because of your account on code.videolan.org.
More information about the libdvdcss-devel
mailing list