Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libdvdread
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
libdvdread
Commits
c2290bb4
Commit
c2290bb4
authored
4 years ago
by
Hugo Beauzée-Luyssen
Browse files
Options
Downloads
Patches
Plain Diff
CI: Fix image tags
parent
a3329a79
No related branches found
No related tags found
1 merge request
!17
CI: Fix image tags
Pipeline
#20008
passed with stage
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-5
3 additions, 5 deletions
.gitlab-ci.yml
with
3 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
5
View file @
c2290bb4
...
...
@@ -8,7 +8,7 @@ build-debian:
image
:
registry.videolan.org/vlc-debian-unstable:20181128113529
stage
:
build
tags
:
-
d
ebian
-
d
ocker
-
amd64
script
:
-
autoreconf -fisv
...
...
@@ -41,9 +41,8 @@ build-win64:
image
:
registry.videolan.org/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
...
...
@@ -64,9 +63,8 @@ build-win32:
image
:
registry.videolan.org/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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment