[polari/wip/fmuellner/ci-snapshots] ci: Command-line splitting is supported?
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/fmuellner/ci-snapshots] ci: Command-line splitting is supported?
- Date: Wed, 25 Jul 2018 17:51:09 +0000 (UTC)
commit 40283985830d5535382634ad48462c8f792cbf1f
Author: Florian Müllner <fmuellner gnome org>
Date: Wed Jul 25 19:50:21 2018 +0200
ci: Command-line splitting is supported?
.gitlab-ci.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28f9ce9..cfd20e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,11 +27,13 @@ flatpak:
# are passed except the config-args because we build it ourselves
- flatpak build app meson --prefix=/app ${MESON_ARGS} _build
- flatpak build app ninja -C _build install
- - flatpak-builder --finish-only --repo=repo --default-branch=${BRANCH} app ${MANIFEST_PATH}
+ - flatpak-builder --finish-only --repo=repo \
+ --default-branch=${BRANCH} app ${MANIFEST_PATH}
# Run automatic tests inside the Flatpak env
- flatpak build app ninja -C _build test
# Generate a Flatpak bundle
- - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID} ${BRANCH}
+ - flatpak build-bundle --runtime-repo=${RUNTIME_REPO} \
+ repo ${BUNDLE} ${DBUS_ID} ${BRANCH}
after_script:
- tar -czf cache.tar.gz .flatpak-builder/cache
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]