Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libdvdcss
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
libdvdcss
Commits
e4b84ded
Commit
e4b84ded
authored
4 years ago
by
Konstantin Pavlov
Browse files
Options
Downloads
Patches
Plain Diff
CI: Updated to use modern builders
parent
eb1f6ed7
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
CI: Updated to use modern builders
Pipeline
#55771
passed with stage
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-9
8 additions, 9 deletions
.gitlab-ci.yml
with
8 additions
and
9 deletions
.gitlab-ci.yml
+
8
−
9
View file @
e4b84ded
...
...
@@ -5,10 +5,10 @@ variables:
GIT_SUBMODULE_STRATEGY
:
normal
build-debian
:
image
:
registry.videolan.org
:5000
/vlc-debian-unstable:20
181128113529
image
:
registry.videolan.org/vlc-debian-unstable:20
200529132440
stage
:
build
tags
:
-
d
ebian
-
d
ocker
-
amd64
script
:
-
autoreconf -fisv
...
...
@@ -20,7 +20,8 @@ build-debian:
build-macos
:
stage
:
build
tags
:
-
macos
-
catalina
-
amd64
script
:
-
autoreconf -fisv
-
mkdir build
...
...
@@ -29,12 +30,11 @@ build-macos:
-
make -j $(getconf _NPROCESSORS_ONLN)
build-win64
:
image
:
registry.videolan.org
:5000
/vlc-debian-win64:20
18
110
7154313
image
:
registry.videolan.org/vlc-debian-win64:20
20
110
6143728
stage
:
build
tags
:
-
d
ebian
-
d
ocker
-
amd64
-
win64
script
:
-
autoreconf -fisv
-
mkdir build
...
...
@@ -43,12 +43,11 @@ build-win64:
-
make -j $(getconf _NPROCESSORS_ONLN)
build-win32
:
image
:
registry.videolan.org
:5000
/vlc-debian-win32:20
18
110
7151708
image
:
registry.videolan.org/vlc-debian-win32:20
20
110
6141924
stage
:
build
tags
:
-
d
ebian
-
d
ocker
-
amd64
-
win32
script
:
-
autoreconf -fisv
-
mkdir build
...
...
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