[nautilus/alatiera/poking-ci] fixup! CI: Factorout flatpak job into a template
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/alatiera/poking-ci] fixup! CI: Factorout flatpak job into a template
- Date: Tue, 9 Oct 2018 12:31:08 +0000 (UTC)
commit 4008083f6ed7f9a6294b35549f2078e041993840
Author: Jordan Petridis <jpetridis gnome org>
Date: Tue Oct 9 15:15:48 2018 +0300
fixup! CI: Factorout flatpak job into a template
.gitlab-ci.yml | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2a58d5b87..666b9b892 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,12 +25,13 @@ stages:
# Setting LANG to avoid Tracker complaining and falling back to the same value,
# and setting NO_AT_BRIDGE, so that atk-bridge isn’t initialized, preventing
# annoying warnings that don’t affect the kinds of tests that we run.
- - xvfb-run -a -s "-screen 0 1024x768x24" \
- flatpak build \
- --env=LANG=C.UTF-8 \
- --env=NO_AT_BRIDGE=1 \
- app \
- dbus-run-session meson test -C _build
+ - |
+ xvfb-run -a -s "-screen 0 1024x768x24" \
+ flatpak build \
+ --env=LANG=C.UTF-8 \
+ --env=NO_AT_BRIDGE=1 \
+ app \
+ dbus-run-session meson test -C _build
# Generate a Flatpak bundle
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}
artifacts:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]