mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
.gitlab-ci.yml: add flatpak build to CI
This commit is contained in:
20
.gitlab-ci.yml
Normal file
20
.gitlab-ci.yml
Normal file
@ -0,0 +1,20 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user