From bcce2d83e14f800f7f5c4388f6fb988d3b873eec Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sat, 7 Aug 2021 17:22:44 +0200 Subject: [PATCH] CI: add ubuntu21-04-static-build job --- .gitlab-ci.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c325675c..f4596a104 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -389,6 +389,32 @@ ubuntu21-04-build: variables: IMAGE: ubuntu-21.04 +ubuntu21-04-static-build: + <<: *deb_build_definition + before_script: + - export CONFIGURE_OPTIONS="--disable-shared --enable-static" + - echo experimental > COLLECTION + needs: + - job: docker_build_ubuntu-21.04 + artifacts: false + - job: portable-source + artifacts: true + artifacts: + when: on_success + expire_in: 1 week + paths: + - Packages/*/*/*/*/*/*deb + - Packages/*/*/*/*/*/*.xz + - Metadata/*/*/*/configure.log + - GRAPHVIZ_VERSION + - COLLECTION + reports: + metrics: metrics.txt + tags: + - linux + variables: + IMAGE: ubuntu-21.04 + out-of-source-build: <<: *deb_build_definition script: -- 2.40.0