]> granicus.if.org Git - graphviz/commitdiff
Add ubuntu20-10-cmake-build job to CI
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Fri, 13 Nov 2020 05:27:10 +0000 (06:27 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Fri, 13 Nov 2020 17:27:37 +0000 (18:27 +0100)
.gitlab-ci.yml

index cf36563f0970fef2c6397879ed381e2a54e09874..18516db25a83b96264f182866f6c2b609a29e41d 100644 (file)
@@ -282,6 +282,18 @@ ubuntu18-04-cmake-build:
         - linux
     image: "graphviz/graphviz:ubuntu-18.04"
 
+ubuntu20-10-cmake-build:
+    <<: *deb_build_definition
+    before_script:
+        - export build_system="cmake"
+        # fail on any compiler warnings
+        - export CFLAGS=-Werror
+        - export CXXFLAGS=-Werror
+        - echo experimental > COLLECTION
+    tags:
+        - linux
+    image: "graphviz/graphviz:ubuntu-20.10"
+
 centos7-cmake-build:
     <<: *rpm_build_definition
     before_script: