gitlab: add a clang gst-build job

This commit is contained in:
Matthew Waters 2019-08-26 20:57:16 +10:00
parent a596162ab5
commit 1b48188e20

View 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: