[vala/wip/ci: 10/14] ci: Add fedora:rawhide run with clang
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [vala/wip/ci: 10/14] ci: Add fedora:rawhide run with clang
- Date: Thu, 15 Sep 2022 18:51:27 +0000 (UTC)
commit 8aa0be33b7e033bdde2ba281da3a4d17c405b95a
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun May 5 18:18:28 2019 +0200
    ci: Add fedora:rawhide run with clang
 .gitlab-ci.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b6317185..93213ab16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,23 @@ fedora-gcc-x86_64:
       - "doc/internal-apis"
     expire_in: 2 days
 
+fedora-clang-x86_64:
+  stage: build
+  image: fedora:rawhide
+  except:
+    - tags
+  variables:
+    CC: clang
+  before_script:
+    - dnf update -y
+    - dnf install -y autoconf autoconf-archive automake bash 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 VERBOSE=1
+
 ubuntu-clang-x86_64:
   stage: build
   image: ubuntu:devel
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]