[fractal/wip/cdavis/ci-fix: 1/2] ci: fix pages build with the new gitlab runners
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal/wip/cdavis/ci-fix: 1/2] ci: fix pages build with the new gitlab runners
- Date: Tue, 1 Dec 2020 00:06:50 +0000 (UTC)
commit 9a8a40bf84e05dcab0fddbd8b5d33135f2a073ff
Author: Jordan Petridis <jpetridis gnome org>
Date: Thu Nov 12 14:59:44 2020 +0200
ci: fix pages build with the new gitlab runners
.gitlab-ci.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b6098a1..d93c7d8b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,10 +50,8 @@ pages:
tags:
- flatpak
script:
- - flatpak-builder --user --disable-rofiles-fuse --stop-at=${FLATPAK_MODULE} --force-clean app
${MANIFEST_PATH}
- - flatpak-builder --user --disable-rofiles-fuse --run app ${MANIFEST_PATH} meson _build
-
- - flatpak-builder --user --disable-rofiles-fuse --run app ${MANIFEST_PATH} ninja -C _build doc
+ - flatpak-builder --user --disable-rofiles-fuse --build-only flatpak_app ${MANIFEST_PATH}
+ - flatpak-builder --user --disable-rofiles-fuse --force-clean --build-shell=${FLATPAK_MODULE} app
${MANIFEST_PATH} 'meson _build && ninja -C _build doc'
- rm -rf public
- mv _build/target/doc/ public
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]