[libdvdnav-devel] [Git][videolan/libdvdread][master] CI: Update CI to use more modern builders and contribs

Jean-Baptiste Kempf gitlab at videolan.org
Thu Jan 7 19:50:23 UTC 2021



Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdread


Commits:
227e060c by Konstantin Pavlov at 2021-01-07T21:43:00+03:00
CI: Update CI to use more modern builders and contribs

- - - - -


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
@@ -38,14 +39,14 @@ build-macos:
         - make -j $(getconf _NPROCESSORS_ONLN)
 
 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
@@ -60,14 +61,14 @@ build-win64:
         - make -j $(getconf _NPROCESSORS_ONLN)
 
 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/libdvdread/-/commit/227e060ca55614714a2a3f5a25ee878dd4abdfe5

-- 
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/227e060ca55614714a2a3f5a25ee878dd4abdfe5
You're receiving this email because of your account on code.videolan.org.




More information about the libdvdnav-devel mailing list