[glib/wip/smcv/but-what-if-capabilities] CI: Download subprojects on-demand again
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/smcv/but-what-if-capabilities] CI: Download subprojects on-demand again
- Date: Thu, 13 Feb 2020 13:29:52 +0000 (UTC)
commit 4e862eed97d255084f9df27e5ff98e030b21e6f1
Author: Simon McVittie <smcv collabora com>
Date: Thu Feb 13 13:26:39 2020 +0000
CI: Download subprojects on-demand again
This partially reverts commit bc77510b67192496eaf6c169772a1af4bd03600d.
Slow CI is better than failing CI?
Signed-off-by: Simon McVittie <smcv collabora com>
Fixes: https://gitlab.gnome.org/GNOME/glib/issues/2033
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d28f88b7e..8211762c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ variables:
MINGW_IMAGE: "registry.gitlab.gnome.org/gnome/glib/mingw:v2"
MESON_TEST_TIMEOUT_MULTIPLIER: 2
G_MESSAGES_DEBUG: all
- MESON_COMMON_OPTIONS_NO_WARNING: "--buildtype debug --wrap-mode=nodownload"
+ MESON_COMMON_OPTIONS_NO_WARNING: "--buildtype debug"
MESON_COMMON_OPTIONS: "${MESON_COMMON_OPTIONS_NO_WARNING} --fatal-meson-warnings"
.only-default:
@@ -28,7 +28,7 @@ variables:
.build:
extends: .only-default
before_script:
- - cp -r $HOME/subprojects/* subprojects/
+ - "cp -r $HOME/subprojects/* subprojects/ || :"
style-check-diff:
extends: .only-default
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]