]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
ci: Add archlinux:latest run with gcc
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 15 Sep 2019 10:43:17 +0000 (12:43 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 5 Aug 2025 12:44:42 +0000 (14:44 +0200)
.gitlab-ci.yml

index da013438d3291c2ce842e3ec1c68e9ea1ddb07cf..ad5e55d04d6932c2b6a47ee85908e55e4e8b9fef 100644 (file)
@@ -121,6 +121,19 @@ ubuntu-lts-18-gcc-x86_64:
     - make -j4 check VERBOSE=1
   allow_failure: true
 
+archlinux-gcc-x86_64:
+  stage: build
+  image: archlinux:latest
+  before_script:
+    - pacman -Syu --noconfirm automake autoconf-archive libtool bison gettext dbus flex git glib2 graphviz gobject-introspection gcc make vala
+  script:
+    - git fetch --tags
+    - ./autogen.sh
+    - make -j4
+    - make -j4 bootstrap
+    - make -j4 check VERBOSE=1
+  allow_failure: true
+
 pages:
   stage: deploy
   only: