From: Magnus Jacobsson Date: Thu, 29 Apr 2021 21:44:04 +0000 (+0200) Subject: Add ubuntu21-04-test job to CI X-Git-Tag: 2.47.2~18^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9059b197519591dba211429278e2024e8b650328;p=graphviz Add ubuntu21-04-test job to CI --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4629d19a..daa6ccd73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -569,6 +569,20 @@ ubuntu20-10-test: variables: IMAGE: ubuntu-20.10 +ubuntu21-04-test: + <<: *linux_test_definition + before_script: + - export build_system="autotools" + needs: + - job: portable-source + artifacts: true + - job: "ubuntu21-04-build" + artifacts: true + tags: + - linux + variables: + IMAGE: ubuntu-21.04 + centos7-test: <<: *linux_test_definition before_script: