Petri Hintukainen pushed to branch master at VideoLAN / libaacs


Commits:
128af579 by Konstantin Pavlov at 2021-01-08T00:56:03+03:00
CI: Updated to 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:
         - ./bootstrap
@@ -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:5000/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:5000/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/libaacs/-/commit/128af579f4ea4168e70e93f400a7695f0f61d045

-- 
View it on GitLab: 
https://code.videolan.org/videolan/libaacs/-/commit/128af579f4ea4168e70e93f400a7695f0f61d045
You're receiving this email because of your account on code.videolan.org.


_______________________________________________
libaacs-devel mailing list
libaacs-devel@videolan.org
https://mailman.videolan.org/listinfo/libaacs-devel

Reply via email to