gitlab-ci: Rename tasks to not say meson
authorOlivier Crête <olivier.crete@collabora.com>
Fri, 31 Jan 2020 16:31:48 +0000 (16:31 +0000)
committerOlivier Crête <olivier.crete@collabora.com>
Fri, 22 May 2020 21:32:28 +0000 (17:32 -0400)
They're always meson now.

.gitlab-ci.yml

index c5d3d07..567f329 100644 (file)
@@ -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: