summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 8a0a717aec9c651b48130c29bb6fb796092de4ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'

flatpak:
    extends: .flatpak
    stage: test
    variables:
        # Replace with your manifest path
        MANIFEST_PATH: "org.gnome.Maps.json"
        RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
        # Replace with your application name, as written in the manifest
        FLATPAK_MODULE: "gnome-maps"
        APP_ID: "org.gnome.Maps.Devel"
        BUNDLE: "gnome-maps-git.flatpak"

nightly:
    extends: '.publish_nightly'
    # assuming your job in named 'flatpak'
    dependencies: ['flatpak']