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
e3483b80
Commit
e3483b80
authored
Apr 19, 2021
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: Mark all tasks as interruptible
parent
44d606a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.gitlab-ci.yml
.gitlab-ci.yml
+6
-0
No files found.
.gitlab-ci.yml
View file @
e3483b80
...
...
@@ -22,6 +22,7 @@ default:
#
check allow-edit
:
extends
:
'
.fdo.ci-fairy'
interruptible
:
true
needs
:
[]
stage
:
'
verify'
variables
:
...
...
@@ -34,6 +35,7 @@ check allow-edit:
build
:
stage
:
build
interruptible
:
true
variables
:
PREFIX
:
"
${CI_PROJECT_DIR}/libnice-prefix"
except
:
...
...
@@ -49,9 +51,11 @@ build:
paths
:
-
build/
build msys2
:
image
:
'
registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:2021-02-24.0-master'
stage
:
'
build'
interruptible
:
true
tags
:
-
'
docker'
-
'
windows'
...
...
@@ -156,6 +160,7 @@ build msvc x86:
test
:
stage
:
test
interruptible
:
true
needs
:
-
build
except
:
...
...
@@ -181,6 +186,7 @@ test valgrind:
doc-and-install
:
stage
:
test
interruptible
:
true
needs
:
-
build
except
:
...
...
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