[vala/wip/ci: 12/14] ci: Add ubuntu lts 14.04 run with gcc



commit 2d56aebf70241b231affd7e168cfd677c9f1e449
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]