[vala/wip/ci: 11/14] ci: Add fedora:latest run with clang
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/ci: 11/14] ci: Add fedora:latest run with clang
- Date: Sat, 1 Feb 2020 18:47:01 +0000 (UTC)
commit 3b5e4e0364a3147cbda6bcc4a74e93412371a212
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun May 5 18:18:28 2019 +0200
ci: Add fedora:latest run with clang
.gitlab-ci.yml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bbc8d908e..65591d96d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,22 @@ fedora-gcc-x86_64:
- "doc/internal-apis"
expire_in: 2 days
+fedora-clang-x86_64:
+ stage: build
+ image: fedora:latest
+ except:
+ - tags
+ variables:
+ CC: clang
+ before_script:
+ - dnf install -y autoconf autoconf-archive automake bison dbus-x11 diffutils flex clang git glib2-devel
graphviz-devel lcov libxslt make vala
+ script:
+ - git fetch --tags
+ - ./autogen.sh
+ - make -j4
+ - make -j4 bootstrap
+ - make -j4 check
+
ubuntu-clang-x86_64:
stage: build
image: ubuntu:devel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]