[libbdplus-devel] [Git][videolan/libbdplus][master] Fix CI tags for Win32 and macOS
Jean-Baptiste Kempf
gitlab at videolan.org
Sun Jun 21 13:13:57 CEST 2020
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libbdplus
Commits:
71cbfd43 by Jean-Baptiste Kempf at 2020-06-21T13:12:27+02:00
Fix CI tags for Win32 and macOS
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -22,9 +22,9 @@ build-macos:
tags:
- macos
script:
- - curl -sS -O https://nightlies.videolan.org/build/contribs/vlc-contrib-x86_64-apple-darwin17-latest.tar.bz2
- - tar xf vlc-contrib-x86_64-apple-darwin17-latest.tar.bz2
- - cd x86_64-apple-darwin17
+ - 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 ./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
@@ -47,9 +47,8 @@ build-win64:
image: registry.videolan.org:5000/vlc-debian-win64:20181107154313
stage: build
tags:
- - debian
+ - docker
- amd64
- - win64
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
@@ -76,9 +75,8 @@ build-win32:
image: registry.videolan.org:5000/vlc-debian-win32:20181107151708
stage: build
tags:
- - debian
+ - docker
- amd64
- - win32
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
View it on GitLab: https://code.videolan.org/videolan/libbdplus/-/commit/71cbfd43bedce69075177923ce9675e6a8732f0a
--
View it on GitLab: https://code.videolan.org/videolan/libbdplus/-/commit/71cbfd43bedce69075177923ce9675e6a8732f0a
You're receiving this email because of your account on code.videolan.org.
More information about the libbdplus-devel
mailing list