[totem/wip/hadess/bug-fixes] ninja -j 1 ????
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/bug-fixes] ninja -j 1 ????
- Date: Fri, 8 Feb 2019 00:32:15 +0000 (UTC)
commit 5be5d8d93fc81741ea7508475207e5f392830128
Author: Bastien Nocera <hadess hadess net>
Date: Fri Feb 8 01:31:47 2019 +0100
ninja -j 1 ????
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 81cd219f8..be1a3a600 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,8 +41,8 @@ flatpak:
# Make sure to keep this in sync with the Flatpak manifest, all arguments
# are passed except the config-args because we build it ourselves
- flatpak build app meson --prefix=/app ${MESON_ARGS} _build
- - flatpak build app ninja -j1 -C _build
- - flatpak build app ninja -j1 -C _build install
+ - flatpak build app ninja -j 1 -C _build
+ - flatpak build app ninja -j 1 -C _build install
- flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
# Run automatic tests inside the Flatpak env
- xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app ninja -C _build test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]