[ghex/gtk4-port] ci: add nightly rule for ghex4 pre-alpha
- From: Logan Rathbone <larathbone src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ghex/gtk4-port] ci: add nightly rule for ghex4 pre-alpha
- Date: Mon, 6 Dec 2021 02:58:27 +0000 (UTC)
commit 53fe13b7cfb140e6f273302fca262e21e9ca7b5e
Author: Logan Rathbone <poprocks gmail com>
Date: Sun Dec 5 21:57:28 2021 -0500
ci: add nightly rule for ghex4 pre-alpha
"It might work. Maybe." cont'd.
.gitlab-ci.yml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b75d33..9a7504b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,14 @@ flatpak:
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
variables:
MANIFEST_PATH: "org.gnome.GHex.json"
+ MESON_ARGS: "-Ddevelopment=true"
FLATPAK_MODULE: "ghex"
- RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
APP_ID: "org.gnome.GHex"
+ RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
BUNDLE: "ghex-dev.flatpak"
extends: .flatpak
+
+nightly:
+ extends: '.publish_nightly'
+ needs: ['flatpak']
+ dependencies: ['flatpak']
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]