[libdvdnav-devel] [Git][videolan/libdvdnav][master] CI: Updated to use modern builders
Jean-Baptiste Kempf
gitlab at videolan.org
Mon Jan 11 11:19:29 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdnav
Commits:
ee32877b by Konstantin Pavlov at 2021-01-08T22:05:41+03:00
CI: Updated to use modern builders
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -5,7 +5,7 @@ variables:
GIT_SUBMODULE_STRATEGY: normal
build-debian:
- image: registry.videolan.org/vlc-debian-unstable:20181128113529
+ image: registry.videolan.org/vlc-debian-unstable:20200529132440
stage: build
tags:
- docker
@@ -20,11 +20,12 @@ build-debian:
build-macos:
stage: build
tags:
- - macos
+ - catalina
+ - amd64
script:
- - curl -sS -O https://nightlies.videolan.org/build/contribs/vlc-contrib-x86_64-apple-darwin18-latest.tar.bz2
- - tar xf vlc-contrib-x86_64-apple-darwin18-latest.tar.bz2
- - cd x86_64-apple-darwin18
+ - curl -sS -O https://artifacts.videolan.org/vlc/macos/vlc-contrib-x86_64-apple-darwin19-45c21cd73727ddcd1af843a34dc4ca8648cc872c.tar.bz2
+ - tar xf vlc-contrib-x86_64-apple-darwin19-45c21cd73727ddcd1af843a34dc4ca8648cc872c.tar.bz2
+ - cd x86_64-apple-darwin19
- curl -sS -o ./change_prefix.sh 'https://git.videolan.org/?p=vlc.git;a=blob_plain;f=contrib/src/change_prefix.sh;hb=HEAD'
- chmod +x ./change_prefix.sh
- ./change_prefix.sh
@@ -44,14 +45,14 @@ build-macos:
expire_in: 1 week
build-win64:
- image: registry.videolan.org/vlc-debian-win64:20181107154313
+ image: registry.videolan.org/vlc-debian-win64:20201106143728
stage: build
tags:
- docker
- amd64
script:
- - wget -nv https://nightlies.videolan.org/build/contribs/vlc-contrib-x86_64-w64-mingw32-latest.tar.bz2
- - tar xf vlc-contrib-x86_64-w64-mingw32-latest.tar.bz2
+ - wget -nv https://artifacts.videolan.org/vlc/win64/vlc-contrib-x86_64-w64-mingw32-45c21cd73727ddcd1af843a34dc4ca8648cc872c.tar.bz2
+ - tar xf vlc-contrib-x86_64-w64-mingw32-45c21cd73727ddcd1af843a34dc4ca8648cc872c.tar.bz2
- cd x86_64-w64-mingw32
- wget -nv -O ./change_prefix.sh 'https://git.videolan.org/?p=vlc.git;a=blob_plain;f=contrib/src/change_prefix.sh;hb=HEAD'
- chmod +x ./change_prefix.sh
@@ -72,14 +73,14 @@ build-win64:
expire_in: 1 week
build-win32:
- image: registry.videolan.org/vlc-debian-win32:20181107151708
+ image: registry.videolan.org/vlc-debian-win32:20201106141924
stage: build
tags:
- docker
- amd64
script:
- - wget -nv https://nightlies.videolan.org/build/contribs/vlc-contrib-i686-w64-mingw32-latest.tar.bz2
- - tar xf vlc-contrib-i686-w64-mingw32-latest.tar.bz2
+ - wget -nv https://artifacts.videolan.org/vlc/win32/vlc-contrib-i686-w64-mingw32-45c21cd73727ddcd1af843a34dc4ca8648cc872c.tar.bz2
+ - tar xf vlc-contrib-i686-w64-mingw32-45c21cd73727ddcd1af843a34dc4ca8648cc872c.tar.bz2
- cd i686-w64-mingw32
- wget -nv -O ./change_prefix.sh 'https://git.videolan.org/?p=vlc.git;a=blob_plain;f=contrib/src/change_prefix.sh;hb=HEAD'
- chmod +x ./change_prefix.sh
View it on GitLab: https://code.videolan.org/videolan/libdvdnav/-/commit/ee32877b8f9efa741a080c591c937ec878b02c4a
--
View it on GitLab: https://code.videolan.org/videolan/libdvdnav/-/commit/ee32877b8f9efa741a080c591c937ec878b02c4a
You're receiving this email because of your account on code.videolan.org.
More information about the libdvdnav-devel
mailing list