[vala/wip/ci: 8/11] ci: Add archlinux/base:latest run with gcc




commit c69ba4e340ad0dd42de666e047903fdeb80af455
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun Sep 15 12:43:17 2019 +0200

    ci: Add archlinux/base:latest run with gcc

 .gitlab-ci.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 76f43a4c1..e0d77c0fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,6 +96,19 @@ ubuntu-lts-16-gcc-x86_64:
     - make -j4 check
   allow_failure: true
 
+archlinux-gcc-x86_64:
+  stage: build
+  image: archlinux/base:latest
+  before_script:
+    - pacman -Syu --noconfirm automake autoconf-archive libtool bison dbus flex git glib2 graphviz 
gobject-introspection gcc make vala
+  script:
+    - git fetch --tags
+    - ./autogen.sh
+    - make -j4
+    - make -j4 bootstrap
+    - make -j4 check
+  allow_failure: true
+
 pages:
   stage: deploy
   only:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]