From: Magnus Jacobsson Date: Wed, 28 Sep 2022 12:02:38 +0000 (+0200) Subject: CI: add ubuntu-20.04-cmake-build job X-Git-Tag: 6.0.2~21^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76e231b6b37b08cf7d6b63f7e4c2b6e07dfafd55;p=graphviz CI: add ubuntu-20.04-cmake-build job --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 437a6977b..871f50a79 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -678,6 +678,22 @@ ubuntu-18.04-cmake-build: variables: IMAGE: ubuntu-18.04 +ubuntu-20.04-cmake-build: + <<: *deb_build_definition + needs: + - job: docker_build_ubuntu-20.04 + artifacts: false + before_script: + - export build_system="cmake" + # fail on any compiler warnings + - export CFLAGS=-Werror + - export CXXFLAGS=-Werror + - export CMAKE_OPTIONS="-Dwith_smyrna=ON" + tags: + - linux + variables: + IMAGE: ubuntu-20.04 + ubuntu-22.04-cmake-build: <<: *deb_build_definition needs: