]> granicus.if.org Git - graphviz/commitdiff
Move ubuntu18-04-cmake-test later in .gitlab-ci.yml
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 5 Oct 2020 07:50:53 +0000 (09:50 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 15 Oct 2020 16:10:45 +0000 (18:10 +0200)
The Linux CMake build jobs are kept together after all the autotools
jobs and the test jobs should follow the same principle.

.gitlab-ci.yml

index 82aa3cca191b2f3c37b68d6bd369f64ce464e45c..7d65690767e533980511dfd22976f9d42e6322c9 100644 (file)
@@ -366,20 +366,6 @@ ubuntu18-04-test:
         - linux
     image: "graphviz/graphviz:ubuntu-18.04"
 
-ubuntu18-04-cmake-test:
-    <<: *test_definition
-    before_script:
-        - export build_system="cmake"
-        - echo experimental > COLLECTION
-    needs:
-        - job: portable-source
-          artifacts: true
-        - job: "ubuntu18-04-cmake-build"
-          artifacts: true
-    tags:
-        - linux
-    image: "graphviz/graphviz:ubuntu-18.04"
-
 ubuntu19-10-test:
     <<: *test_definition
     before_script:
@@ -510,6 +496,20 @@ fedora33-test:
         - linux
     image: "graphviz/graphviz:fedora33"
 
+ubuntu18-04-cmake-test:
+    <<: *test_definition
+    before_script:
+        - export build_system="cmake"
+        - echo experimental > COLLECTION
+    needs:
+        - job: portable-source
+          artifacts: true
+        - job: "ubuntu18-04-cmake-build"
+          artifacts: true
+    tags:
+        - linux
+    image: "graphviz/graphviz:ubuntu-18.04"
+
 deployment:
     stage: deploy
     script: