gitlab: add a clang gst-build job
authorMatthew Waters <matthew@centricular.com>
Mon, 26 Aug 2019 10:57:16 +0000 (20:57 +1000)
committerMatthew Waters <matthew@centricular.com>
Wed, 28 Aug 2019 03:56:40 +0000 (03:56 +0000)
gitlab/ci_template.yml

index b08a472cdc9a361d341500bd9bb1a7fc82a48962..df1efea8f4b6644a0a53f56bfcb71707642ad1e0 100644 (file)
@@ -147,6 +147,12 @@ build static nodebug fedora x86_64:
   variables:
     MESON_BUILDTYPE_ARGS: "--default-library=static -Dintrospection=disabled -Ddoc=disabled"
 
+build clang fedora x86_64:
+  extends: 'build fedora x86_64'
+  variables:
+    CC: 'ccache clang'
+    CXX: 'ccache clang++'
+
 .test:
   stage: 'test'
   variables: