[gnome-build-meta/alatiera/push-master: 8/14] .gitlab-ci.yml: push the flatpak runtimes even if building the rest fails
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/alatiera/push-master: 8/14] .gitlab-ci.yml: push the flatpak runtimes even if building the rest fails
- Date: Thu, 20 Sep 2018 18:16:18 +0000 (UTC)
commit adfbd523849a7a863856636fdf61cd1634039fe1
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 ab167b5..d08fd16 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]