[libsoup/ci-enable-ntlm: 2/2] CI: Enable all auto features during continuous integration
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/ci-enable-ntlm: 2/2] CI: Enable all auto features during continuous integration
- Date: Wed, 21 Aug 2019 10:56:57 +0000 (UTC)
commit cbac3ae3388cfab97c99cadb2b04f29e095425fb
Author: Claudio Saavedra <csaavedra igalia com>
Date: Wed Aug 21 13:55:43 2019 +0300
CI: Enable all auto features during continuous integration
This way if any new feature is added we won't silently ignore it
if dependencies are missing in the CI image.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 74d3bb4f..7bedc1f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ image: registry.gitlab.gnome.org/gnome/libsoup/master:v3
fedora-meson-x86_64:
extends: .build
script:
- - meson _build
+ - meson _build meson -Dauto_features=enabled
- ninja -C _build
- ninja -C _build test
artifacts:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]