]> granicus.if.org Git - graphviz/commitdiff
Add building of Ubuntu 19.10 in Docker container on GitLab runner
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 30 Mar 2020 09:55:10 +0000 (11:55 +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 ebc326758d87999dac8c6e4e70f6f59d967cb4ff..6da41c94512f72c400238d7933ee269c822948cd 100644 (file)
@@ -137,6 +137,11 @@ ubuntu19-04-build:
         - linux
     image: "graphviz/graphviz:ubuntu-19.04"
 
+ubuntu19-10-build:
+    <<: *deb_build_definition
+    tags:
+        - linux
+    image: "graphviz/graphviz:ubuntu-19.10"
 
 deployment:
     stage: deploy