[gnome-notes/wip-flatpak-ci] CI: Update git submodule before build
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-notes/wip-flatpak-ci] CI: Update git submodule before build
- Date: Wed, 26 Sep 2018 14:21:51 +0000 (UTC)
commit b86ecc31e4ab138978ca72db777af9247a7428d4
Author: Felipe Borges <felipeborges gnome org>
Date: Wed Sep 26 16:21:08 2018 +0200
CI: Update git submodule before build
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 808ec6b..ce2e2a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,8 +16,9 @@ flatpak:
# CONFIGURE_ARGS: "-Dtests=all"
script:
+ - git submodule update --init --recursive
- flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
- flatpak build app meson --prefix=/app ${CONFIGURE_ARGS} _build
- flatpak build app ninja -C _build install
# Run tests inside the Flatpak env emulating a display
- - xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app ninja -C _build test
\ No newline at end of file
+ - 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]