mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
ci: Add some more build variations that seem commonly broken.
This commit is contained in:
parent
a04c45b06a
commit
426f1312b0
|
@ -141,6 +141,30 @@ debian:cmake:
|
||||||
paths:
|
paths:
|
||||||
- build/doc/html/
|
- build/doc/html/
|
||||||
|
|
||||||
|
debian:cmake-no-opencv:
|
||||||
|
extends:
|
||||||
|
- .monado.debian:buster # local
|
||||||
|
- .fdo.distribution-image@debian # from ci-templates
|
||||||
|
- .monado.build-cmake # local
|
||||||
|
variables:
|
||||||
|
CMAKE_ARGS: -DBUILD_WITH_OPENCV=OFF
|
||||||
|
|
||||||
|
debian:cmake-no-opengl:
|
||||||
|
extends:
|
||||||
|
- .monado.debian:buster # local
|
||||||
|
- .fdo.distribution-image@debian # from ci-templates
|
||||||
|
- .monado.build-cmake # local
|
||||||
|
variables:
|
||||||
|
CMAKE_ARGS: -DBUILD_WITH_OPENGL=OFF
|
||||||
|
|
||||||
|
debian:cmake-no-sdl2:
|
||||||
|
extends:
|
||||||
|
- .monado.debian:buster # local
|
||||||
|
- .fdo.distribution-image@debian # from ci-templates
|
||||||
|
- .monado.build-cmake # local
|
||||||
|
variables:
|
||||||
|
CMAKE_ARGS: -DBUILD_WITH_SDL2=OFF
|
||||||
|
|
||||||
arch:cmake:
|
arch:cmake:
|
||||||
extends:
|
extends:
|
||||||
- .monado.arch:rolling # local
|
- .monado.arch:rolling # local
|
||||||
|
|
Loading…
Reference in a new issue