mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
21 lines
589 B
YAML
21 lines
589 B
YAML
include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
|
|
|
|
flatpak:
|
|
extends: .flatpak
|
|
timeout: 60m
|
|
variables:
|
|
GIT_SUBMODULE_STRATEGY: normal
|
|
|
|
# Replace with your manifest path
|
|
MANIFEST_PATH: "org.gnome.Sysprof.Devel.json"
|
|
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
|
|
# Replace with your application name, as written in the manifest
|
|
FLATPAK_MODULE: "sysprof"
|
|
APP_ID: "org.gnome.Sysprof.Devel"
|
|
BUNDLE: "sysprof-git.flatpak"
|
|
|
|
nightly:
|
|
extends: '.publish_nightly'
|
|
needs:
|
|
- 'flatpak'
|