]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
ci: Add fedora:rawhide run with clang
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 5 May 2019 16:18:28 +0000 (18:18 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 5 Aug 2025 12:44:42 +0000 (14:44 +0200)
.gitlab-ci.yml

index 18745c8599feb22247078af22dabe233655c0f0b..e1a097dad102b8d82a13dbf6cfd1aa6ce42d107c 100644 (file)
@@ -85,6 +85,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