-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
25 lines (20 loc) · 726 Bytes
/
.gitlab-ci.yml
File metadata and controls
25 lines (20 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
include: "https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml"
.vars-devel:
variables:
MANIFEST_PATH: "app.drey.Pigeon.Devel.json"
FLATPAK_MODULE: "pigeon"
APP_ID: "app.drey.Pigeon.Devel"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
BUNDLE: "app.drey.Pigeon.Devel.flatpak"
before_script:
- flatpak --user install -y org.freedesktop.Sdk.Extension.vala//22.08
flatpak@x86_64:
extends: [".flatpak@x86_64", ".vars-devel"]
flatpak@aarch64:
extends: [".flatpak@aarch64", ".vars-devel"]
nightly@x86_64:
extends: ".publish_nightly"
needs: ["flatpak@x86_64"]
nightly@aarch64:
extends: ".publish_nightly"
needs: ["flatpak@aarch64"]