From 426f1312b01451e0ad655bf40ba238f0ffa0a2c4 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 28 Apr 2020 11:15:34 -0500 Subject: [PATCH] ci: Add some more build variations that seem commonly broken. --- .gitlab-ci.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fb4650dc..ee43b51f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -141,6 +141,30 @@ debian:cmake: paths: - 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: extends: - .monado.arch:rolling # local