summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-05-05 18:18:28 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2023-04-18 16:00:02 +0200
commitceb72854e0d3f335ee21cf260da9f95aca75e16c (patch)
treed8c1ca91bdf8f28107b48fe5ed3015f71353f7aa
parent375b88ec82ba32dfe89f3ab6bd79cadd63d982dc (diff)
downloadvala-ceb72854e0d3f335ee21cf260da9f95aca75e16c.tar.gz
ci: Add fedora:rawhide run with clang
-rw-r--r--.gitlab-ci.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 16a2504ae..bc9b5089c 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