From 1b48188e200d93bee4315237a53e7889e6444687 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Mon, 26 Aug 2019 20:57:16 +1000 Subject: [PATCH] gitlab: add a clang gst-build job --- gitlab/ci_template.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index b08a472cdc..df1efea8f4 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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: