Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
6a6b4f4b
Commit
6a6b4f4b
authored
Dec 06, 2019
by
Olivier Crête
Committed by
Olivier Crête
Dec 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: Replace dependencies with needs for parallel running
parent
46e2cb4f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.gitlab-ci.yml
.gitlab-ci.yml
+5
-5
No files found.
.gitlab-ci.yml
View file @
6a6b4f4b
...
@@ -25,7 +25,7 @@ test autotools:
...
@@ -25,7 +25,7 @@ test autotools:
image
:
registry.freedesktop.org/libnice/libnice/centos7/autotools-build
image
:
registry.freedesktop.org/libnice/libnice/centos7/autotools-build
except
:
except
:
-
schedules
-
schedules
dependencie
s
:
need
s
:
-
build autotools
-
build autotools
script
:
script
:
-
ifconfig
-
ifconfig
...
@@ -52,7 +52,7 @@ distcheck autotools:
...
@@ -52,7 +52,7 @@ distcheck autotools:
image
:
registry.freedesktop.org/libnice/libnice/centos7/autotools-build
image
:
registry.freedesktop.org/libnice/libnice/centos7/autotools-build
except
:
except
:
-
schedules
-
schedules
dependencie
s
:
need
s
:
-
build autotools
-
build autotools
script
:
script
:
-
ifconfig
-
ifconfig
...
@@ -169,7 +169,7 @@ test meson:
...
@@ -169,7 +169,7 @@ test meson:
stage
:
test
stage
:
test
image
:
registry.freedesktop.org/libnice/libnice/centos7/meson-build
image
:
registry.freedesktop.org/libnice/libnice/centos7/meson-build
allow_failure
:
true
allow_failure
:
true
dependencie
s
:
need
s
:
-
build meson
-
build meson
except
:
except
:
-
schedules
-
schedules
...
@@ -194,7 +194,7 @@ test valgrind meson:
...
@@ -194,7 +194,7 @@ test valgrind meson:
doc-and-install meson
:
doc-and-install meson
:
stage
:
test
stage
:
test
image
:
registry.freedesktop.org/libnice/libnice/centos7/meson-build
image
:
registry.freedesktop.org/libnice/libnice/centos7/meson-build
dependencie
s
:
need
s
:
-
build meson
-
build meson
except
:
except
:
-
schedules
-
schedules
...
@@ -232,7 +232,7 @@ submit-to-coverity:
...
@@ -232,7 +232,7 @@ submit-to-coverity:
pages
:
pages
:
stage
:
deploy
stage
:
deploy
dependencie
s
:
need
s
:
-
doc-and-install meson
-
doc-and-install meson
only
:
only
:
-
tags
-
tags
...
...
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