From: Magnus Jacobsson Date: Mon, 30 Mar 2020 09:55:10 +0000 (+0200) Subject: Add building of Ubuntu 19.10 in Docker container on GitLab runner X-Git-Tag: stable_release_2.42.4~5^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cf9afc54b760dbf6ee8375722abb1312da4251e;p=graphviz Add building of Ubuntu 19.10 in Docker container on GitLab runner Also changed to run for all branches. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebc326758..6da41c945 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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