mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
gitlab: add a clang gst-build job
This commit is contained in:
parent
a596162ab5
commit
1b48188e20
1 changed files with 6 additions and 0 deletions
|
@ -147,6 +147,12 @@ build static nodebug fedora x86_64:
|
||||||
variables:
|
variables:
|
||||||
MESON_BUILDTYPE_ARGS: "--default-library=static -Dintrospection=disabled -Ddoc=disabled"
|
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:
|
.test:
|
||||||
stage: 'test'
|
stage: 'test'
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in a new issue