From: Magnus Jacobsson Date: Mon, 18 Oct 2021 12:40:25 +0000 (+0200) Subject: CI: add ubuntu21-10-build job X-Git-Tag: 2.49.3~2^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9dd0c083b6e9d655de6344b6d66e69f9dcb8b70a;p=graphviz CI: add ubuntu21-10-build job --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ec2f2a70..a9c81acb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -389,6 +389,18 @@ ubuntu21-04-build: variables: IMAGE: ubuntu-21.04 +ubuntu21-10-build: + <<: *deb_build_definition + needs: + - job: docker_build_ubuntu-21.10 + artifacts: false + - job: portable-source + artifacts: true + tags: + - linux + variables: + IMAGE: ubuntu-21.10 + ubuntu21-04-static-build: <<: *deb_build_definition before_script: