mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 01:48:31 +00:00
ci: Add build of system with -DXRT_BUILD_IPC=OFF
This commit is contained in:
parent
aa809a99ea
commit
1fc416efd0
|
@ -191,6 +191,14 @@ debian:cmake-no-sdl2:
|
||||||
variables:
|
variables:
|
||||||
CMAKE_ARGS: -DBUILD_WITH_SDL2=OFF
|
CMAKE_ARGS: -DBUILD_WITH_SDL2=OFF
|
||||||
|
|
||||||
|
debian:cmake-no-service:
|
||||||
|
extends:
|
||||||
|
- .monado.variables.debian:buster
|
||||||
|
- .fdo.distribution-image@debian # from ci-templates
|
||||||
|
- .monado.base-job.build-cmake
|
||||||
|
variables:
|
||||||
|
CMAKE_ARGS: -DXRT_BUILD_IPC=OFF
|
||||||
|
|
||||||
arch:cmake:
|
arch:cmake:
|
||||||
extends:
|
extends:
|
||||||
- .monado.variables.arch:rolling
|
- .monado.variables.arch:rolling
|
||||||
|
|
Loading…
Reference in a new issue