From cdec01dacd45d30f1570575804c67ae0035b07f5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 9 Dec 2024 09:58:49 +1000 Subject: [PATCH] CI: force all auto features to enabled Since we will automatically disable bits if required dependencies aren't present let's make sure at least our CI complains. Closes #70 Part-of: --- .gitlab-ci.yml | 2 +- .gitlab-ci/ci.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09cbcf1..0072900 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,7 @@ variables: MESON_BUILDDIR: "builddir" NINJA_ARGS: '' - MESON_ARGS: '' + MESON_ARGS: '-Dauto_features=enabled' MESON_TEST_ARGS: '' GIT_DEPTH: 1 diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index ec118b4..f42b58e 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -63,7 +63,7 @@ variables: MESON_BUILDDIR: "builddir" NINJA_ARGS: '' - MESON_ARGS: '' + MESON_ARGS: '-Dauto_features=enabled' MESON_TEST_ARGS: '' GIT_DEPTH: 1