mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-16 03:45:24 +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:
|
||||
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:
|
||||
extends:
|
||||
- .monado.variables.arch:rolling
|
||||
|
|
Loading…
Reference in a new issue