[vala/wip/ci: 9/9] ci: Add ubuntu lts 16.04 run with gcc
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/ci: 9/9] ci: Add ubuntu lts 16.04 run with gcc
- Date: Thu, 28 Feb 2019 16:05:10 +0000 (UTC)
commit 6f917376f3f6a42d4621945a28af2928da30b22c
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun Feb 10 13:55:46 2019 +0100
ci: Add ubuntu lts 16.04 run with gcc
.gitlab-ci.yml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b48535d0..771b6ccd7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,6 +39,23 @@ ubuntu-clang-x86_64:
- make -j4 bootstrap
- make -j4 check
+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
+
pages:
stage: deploy
script:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]