Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Jean-Baptiste Kempf
libaacs
Commits
0f43f180
Commit
0f43f180
authored
Jun 21, 2020
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CI tags for win32
parent
f3274a2e
Pipeline
#19237
passed with stage
in 2 minutes and 25 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-4
No files found.
.gitlab-ci.yml
View file @
0f43f180
...
...
@@ -47,9 +47,8 @@ build-win64:
image
:
registry.videolan.org:5000/vlc-debian-win64:20181107154313
stage
:
build
tags
:
-
d
ebian
-
d
ocker
-
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
:
-
d
ebian
-
d
ocker
-
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment