[gnome-games] ci: Switch to meson
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] ci: Switch to meson
- Date: Sun, 15 Jul 2018 14:56:12 +0000 (UTC)
commit 958de6196edaa247b82e4f4850cba28eb7b88e6b
Author: Exalm <exalm7659 gmail com>
Date: Mon May 7 18:35:29 2018 +0500
ci: Switch to meson
.gitlab-ci.yml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80b4d2d..8f62a68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,15 +27,16 @@ flatpak:app:
FLATPAK_MODULE: "gnome-games"
script:
- flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
- - flatpak build app ./autogen.sh --prefix=/app
- - flatpak build app make
- - flatpak build app make install
+ - flatpak build app meson --prefix=/app ${MESON_ARGS} _build
+ - flatpak build app ninja -C _build install
- flatpak build app mkdir -p /app/lib/libretro/extra.d
- flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
- flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} org.gnome.Games
+
artifacts:
paths:
- ${BUNDLE}
+ - _build/meson-logs/meson-log.txt
expire_in: 30 days
cache:
paths:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]