[vala/wip/ci: 37/37] ci: Add fedora rawhide run with gcc



commit b591be637afec219527e65f78e98db85a934c7a7
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]