]> granicus.if.org Git - graphviz/commitdiff
Build Ubuntu 18.04 & 19.04 in Docker containers on GitLab runners
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 30 Mar 2020 09:54:25 +0000 (11:54 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 1 Apr 2020 09:06:03 +0000 (11:06 +0200)
Also changed to run for all branches.

.gitlab-ci.yml

index e007f447e45fc34ab22615d82a3ec7f69d997da6..ebc326758d87999dac8c6e4e70f6f59d967cb4ff 100644 (file)
@@ -67,8 +67,6 @@ portable-source:
         paths:
             - Packages/*/*/*/*/*/*deb
             - Packages/*/*/*/*/*.gz
-    only:
-        - master
 
 centos6-build:
     <<: *rpm_build_definition
@@ -123,17 +121,21 @@ fedora33-build:
 ubuntu18-04-build:
     <<: *deb_build_definition
     tags:
-        - graphviz,ubuntu18-04
+        - linux
+    image: "graphviz/graphviz:ubuntu-18.04"
 
 ubuntu18-10-build:
     <<: *deb_build_definition
     tags:
         - graphviz,ubuntu18-10
+    only:
+        - master
 
 ubuntu19-04-build:
     <<: *deb_build_definition
     tags:
-        - graphviz,ubuntu19-04
+        - linux
+    image: "graphviz/graphviz:ubuntu-19.04"
 
 
 deployment: