[libbdplus-devel] [Git][videolan/libbdplus][master] CI: Updated to use modern builders
Petri Hintukainen
gitlab at videolan.org
Fri Jan 8 21:02:09 UTC 2021
Petri Hintukainen pushed to branch master at VideoLAN / libbdplus
Commits:
bd3e8790 by Konstantin Pavlov at 2021-01-08T21:30:28+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:
- ./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/libbdplus/-/commit/bd3e879078a98d1bedc6557d3c84d928284cdaa6
--
View it on GitLab: https://code.videolan.org/videolan/libbdplus/-/commit/bd3e879078a98d1bedc6557d3c84d928284cdaa6
You're receiving this email because of your account on code.videolan.org.
More information about the libbdplus-devel
mailing list