[vala/wip/ci: 10/19] ci: Add ubuntu:16.04 run with gcc
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [vala/wip/ci: 10/19] ci: Add ubuntu:16.04 run with gcc
- Date: Wed, 19 Jan 2022 12:43:28 +0000 (UTC)
commit 9e3855f6bb1c5f537916819618525b29cc24acaf
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun Feb 10 13:55:46 2019 +0100
    ci: Add ubuntu:16.04 run with gcc
 .gitlab-ci.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f32274d6b..e6ea0d825 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,6 +43,24 @@ ubuntu-clang-x86_64:
     - make -j4 bootstrap
     - make -j4 check VERBOSE=1
 
+ubuntu-lts-16-gcc-x86_64:
+  stage: build
+  image: ubuntu:16.04
+  except:
+    - tags
+  variables:
+    DEBIAN_FRONTEND: noninteractive
+  before_script:
+    - apt update
+    - apt install -y automake autoconf-archive libtool bison dbus flex git libglib2.0-dev libgraphviz-dev 
libgirepository1.0-dev lcov xsltproc make valac
+  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]