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
7a24981a
Commit
7a24981a
authored
Jan 31, 2020
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: Rename tasks to not say meson
They're always meson now.
parent
1e4272b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.gitlab-ci.yml
.gitlab-ci.yml
+8
-8
No files found.
.gitlab-ci.yml
View file @
7a24981a
...
...
@@ -3,7 +3,7 @@ stages:
-
test
-
deploy
build
meson
:
build
:
stage
:
build
image
:
registry.freedesktop.org/libnice/libnice/centos7/meson-build
variables
:
...
...
@@ -116,11 +116,11 @@ build msvc x86:
variables
:
ARCH
:
'
x86'
test
meson
:
test
:
stage
:
test
image
:
registry.freedesktop.org/libnice/libnice/centos7/meson-build
needs
:
-
build
meson
-
build
except
:
-
schedules
script
:
...
...
@@ -133,8 +133,8 @@ test meson:
-
build/meson-logs/
test valgrind
meson
:
extends
:
test
meson
test valgrind
:
extends
:
test
script
:
-
ifconfig
-
source scl_source enable rh-python36 &&
true
...
...
@@ -142,11 +142,11 @@ test valgrind meson:
-
meson test -C build/ --setup valgrind --print-errorlogs
doc-and-install
meson
:
doc-and-install
:
stage
:
test
image
:
registry.freedesktop.org/libnice/libnice/centos7/meson-build
needs
:
-
build
meson
-
build
except
:
-
schedules
variables
:
...
...
@@ -186,7 +186,7 @@ submit-to-coverity:
pages
:
stage
:
deploy
dependencies
:
-
doc-and-install
meson
-
doc-and-install
only
:
-
latest-release
artifacts
:
...
...
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