[vala/wip/ci: 15/17] ci: Add ubuntu lts 14.04 run with gcc
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/ci: 15/17] ci: Add ubuntu lts 14.04 run with gcc
- Date: Sun, 17 Mar 2019 16:19:12 +0000 (UTC)
commit be62dd12be523070062c89036c2b4aafa6140655
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Mar 8 08:46:20 2019 +0100
ci: Add ubuntu lts 14.04 run with gcc
.gitlab-ci.yml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2fec08e4b..474d3cd50 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,6 +57,24 @@ ubuntu-lts-16-gcc-x86_64:
- make -j4 check
allow_failure: true
+ubuntu-lts-14-gcc-x86_64:
+ stage: build
+ image: ubuntu:14.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
+ allow_failure: true
+
pages:
stage: deploy
script:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]