]> granicus.if.org Git - graphviz/commitdiff
Add ubuntu21-04-cmake-build job to CI
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 29 Apr 2021 21:43:47 +0000 (23:43 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 May 2021 17:21:44 +0000 (19:21 +0200)
.gitlab-ci.yml

index 0679849341c6fb321330d29ee926d03c51a96cef..a4629d19aa545b7409d4feb8430a9c148537a04c 100644 (file)
@@ -403,6 +403,24 @@ ubuntu20-10-cmake-ASan-build:
     variables:
       IMAGE: ubuntu-20.10
 
+ubuntu21-04-cmake-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
+        - echo experimental > COLLECTION
+    tags:
+        - linux
+    variables:
+      IMAGE: ubuntu-21.04
+
 centos7-cmake-build:
     <<: *rpm_build_definition
     needs: