[gnome-build-meta/staging-3-30] .gitlab-ci.yml: push the flatpak runtimes even if building the rest fails
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/staging-3-30] .gitlab-ci.yml: push the flatpak runtimes even if building the rest fails
- Date: Thu, 13 Sep 2018 21:03:21 +0000 (UTC)
commit c2d8d386fc9eaac9c1fa84b8042a4d98dcd54f32
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Thu Sep 13 22:01:46 2018 +0100
.gitlab-ci.yml: push the flatpak runtimes even if building the rest fails
This allows to push the flatpak runtimes for i386 and arm which currently
lack gobject introspection for WebKit
.gitlab-ci.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08f4050..aa0a2d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,7 +96,7 @@ before_script:
stage: build
dependencies: []
script:
- - ${BST} -o arch "${ARCH}" build core.bst flatpak-runtimes.bst
+ - ${BST} -o arch "${ARCH}" build flatpak-runtimes.bst
# Clone the gbm OSTree repo locally
- ostree init --repo=repo --mode=archive
@@ -122,6 +122,8 @@ before_script:
ostree-push/ostree-push.sh --repo repo/ gbm-builder.gnome.org:public_html/repo/ ${BRANCHES}
fi
+ - ${BST} -o arch "${ARCH}" build core.bst
+
# Store all the downloaded git and ostree repos in the distributed cache.
# This saves us fetching them from the different repos and further afield
# on every build.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]