]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
ci: Add alpine:edge run with gcc
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 12 Aug 2020 06:26:48 +0000 (08:26 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 5 Aug 2025 12:44:42 +0000 (14:44 +0200)
.gitlab-ci.yml

index ad5e55d04d6932c2b6a47ee85908e55e4e8b9fef..18745c8599feb22247078af22dabe233655c0f0b 100644 (file)
@@ -134,6 +134,20 @@ archlinux-gcc-x86_64:
     - make -j4 check VERBOSE=1
   allow_failure: true
 
+alpinelinux-gcc-x86_64:
+  stage: build
+  image: alpine:edge
+  before_script:
+    - apk -U upgrade
+    - apk add automake autoconf-archive libtool bash bison gettext dbus-x11 flex git glib-dev graphviz-dev gobject-introspection-dev build-base libxslt-dev 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: