From: Magnus Jacobsson Date: Thu, 29 Apr 2021 21:44:27 +0000 (+0200) Subject: Add ubuntu21-04-cmake-ASan-build job to CI X-Git-Tag: 2.47.2~18^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=293f1c10b71bdce43a8220ea624a1e60d4b42514;p=graphviz Add ubuntu21-04-cmake-ASan-build job to CI --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7e273608..ac4c35360 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -421,6 +421,25 @@ ubuntu21-04-cmake-build: variables: IMAGE: ubuntu-21.04 +ubuntu21-04-cmake-ASan-build: + <<: *deb_build_definition + needs: + - job: docker_build_ubuntu-21.04 + artifacts: false + - job: portable-source + artifacts: true + before_script: + - export build_system="cmake" + # fail on any compiler warnings + - export CFLAGS=-Werror + - export CXXFLAGS=-Werror + - export CMAKE_OPTIONS="-Duse_sanitizers=ON" + - echo experimental > COLLECTION + tags: + - linux + variables: + IMAGE: ubuntu-21.04 + centos7-cmake-build: <<: *rpm_build_definition needs: