Commit 7a24981a authored by Olivier Crête's avatar Olivier Crête

gitlab-ci: Rename tasks to not say meson

They're always meson now.
parent 1e4272b4
...@@ -3,7 +3,7 @@ stages: ...@@ -3,7 +3,7 @@ stages:
- test - test
- deploy - deploy
build meson: build:
stage: build stage: build
image: registry.freedesktop.org/libnice/libnice/centos7/meson-build image: registry.freedesktop.org/libnice/libnice/centos7/meson-build
variables: variables:
...@@ -116,11 +116,11 @@ build msvc x86: ...@@ -116,11 +116,11 @@ build msvc x86:
variables: variables:
ARCH: 'x86' ARCH: 'x86'
test meson: test:
stage: test stage: test
image: registry.freedesktop.org/libnice/libnice/centos7/meson-build image: registry.freedesktop.org/libnice/libnice/centos7/meson-build
needs: needs:
- build meson - build
except: except:
- schedules - schedules
script: script:
...@@ -133,8 +133,8 @@ test meson: ...@@ -133,8 +133,8 @@ test meson:
- build/meson-logs/ - build/meson-logs/
test valgrind meson: test valgrind:
extends: test meson extends: test
script: script:
- ifconfig - ifconfig
- source scl_source enable rh-python36 && true - source scl_source enable rh-python36 && true
...@@ -142,11 +142,11 @@ test valgrind meson: ...@@ -142,11 +142,11 @@ test valgrind meson:
- meson test -C build/ --setup valgrind --print-errorlogs - meson test -C build/ --setup valgrind --print-errorlogs
doc-and-install meson: doc-and-install:
stage: test stage: test
image: registry.freedesktop.org/libnice/libnice/centos7/meson-build image: registry.freedesktop.org/libnice/libnice/centos7/meson-build
needs: needs:
- build meson - build
except: except:
- schedules - schedules
variables: variables:
...@@ -186,7 +186,7 @@ submit-to-coverity: ...@@ -186,7 +186,7 @@ submit-to-coverity:
pages: pages:
stage: deploy stage: deploy
dependencies: dependencies:
- doc-and-install meson - doc-and-install
only: only:
- latest-release - latest-release
artifacts: artifacts:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment