[vala/wip/ci: 11/18] ci: Add alpine:edge run with gcc
- From: Rico Tzschichholz <ricotz src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [vala/wip/ci: 11/18] ci: Add alpine:edge run with gcc
 
- Date: Wed, 17 Nov 2021 19:06:08 +0000 (UTC)
 
commit ab8074e666d5867851b3bf3129f7fe29f499ef4f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Wed Aug 12 08:26:48 2020 +0200
    ci: Add alpine:edge run with gcc
 .gitlab-ci.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7db12681a..1b6317185 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,6 +74,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:
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]