]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
ci: Add ubuntu:18.04 run with gcc
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 10 Feb 2019 12:55:46 +0000 (13:55 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 5 Aug 2025 12:44:42 +0000 (14:44 +0200)
.gitlab-ci.yml

index 47971ac84e6c43bba2d0677de0563cb9d23242e0..da013438d3291c2ce842e3ec1c68e9ea1ddb07cf 100644 (file)
@@ -103,6 +103,24 @@ ubuntu-clang-x86_64:
     - make -j4 bootstrap
     - make -j4 check VERBOSE=1
 
+ubuntu-lts-18-gcc-x86_64:
+  stage: build
+  image: ubuntu:18.04
+  except:
+    - tags
+  variables:
+    DEBIAN_FRONTEND: noninteractive
+  before_script:
+    - apt update
+    - apt install -y automake autoconf-archive libtool bison dbus flex git libglib2.0-dev libgraphviz-dev libgirepository1.0-dev lcov xsltproc make valac
+  script:
+    - git fetch --tags
+    - ./autogen.sh
+    - make -j4
+    - make -j4 bootstrap
+    - make -j4 check VERBOSE=1
+  allow_failure: true
+
 pages:
   stage: deploy
   only: