From: Rico Tzschichholz Date: Sun, 10 Feb 2019 12:55:46 +0000 (+0100) Subject: ci: Add ubuntu:18.04 run with gcc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6d90a51826b92161b64d714ec57030c82daacd4;p=thirdparty%2Fvala.git ci: Add ubuntu:18.04 run with gcc --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47971ac84..da013438d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -103,6 +103,24 @@ ubuntu-clang-x86_64: - make -j4 bootstrap - make -j4 check VERBOSE=1 +ubuntu-lts-18-gcc-x86_64: + stage: build + image: ubuntu:18.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: