summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-09-15 12:43:17 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2023-04-18 16:00:02 +0200
commitc82afa453f77a39c069456da80b9e4a5a0c130f1 (patch)
tree5d676cf201ea157f0b47096b152dc8608ebe28c3
parent33e24bc30130edff7b9bdfebb7695c2767b9a96c (diff)
downloadvala-c82afa453f77a39c069456da80b9e4a5a0c130f1.tar.gz
ci: Add archlinux:latest run with gcc
-rw-r--r--.gitlab-ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fdbbd0556..5c1534252 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,6 +61,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: