[vala/wip/ci: 11/11] ci: Add fedora rawhide run with gcc
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/ci: 11/11] ci: Add fedora rawhide run with gcc
- Date: Fri, 5 Jul 2019 16:25:09 +0000 (UTC)
commit 732e715386cf9a69abd7a54f68c65a41b737f3c4
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun May 5 18:18:28 2019 +0200
ci: Add fedora rawhide run with gcc
.gitlab-ci.yml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 20870bb05..6aae6cd4d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,22 @@ stages:
- build
- deploy
+fedora-rawhide-gcc-x86_64:
+ stage: build
+ image: fedora:rawhide
+ except:
+ - tags
+ before_script:
+ - dnf install -y autoconf autoconf-archive automake bison dbus-x11 flex gcc git glib2-devel
graphviz-devel lcov libxslt make vala
+ script:
+ - git fetch --tags
+ - ./autogen.sh --prefix=$HOME/vala-installed --enable-coverage
+ - make -j4
+ - make install
+ - make -j4 coverage-report
+ coverage: '/^\s+lines\.+:\s+([\d.]+\%)\s+/'
+ allow_failure: true
+
fedora-gcc-x86_64:
stage: build
image: fedora:29
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]