5e9e7600f4
There are tests to make sure our data is valid for Flathub
17 lines
362 B
YAML
17 lines
362 B
YAML
# Build the Flatpak
|
|
|
|
include: 'https://gitlab.gnome.org/GNOME/citemplates/-/raw/master/flatpak/flatpak_ci_initiative.yml'
|
|
|
|
variables:
|
|
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
|
|
BUNDLE: "${APP_ID}.flatpak"
|
|
|
|
build@x86_64:
|
|
extends:
|
|
- .flatpak@x86_64
|
|
stage: build
|
|
|
|
build@aarch64:
|
|
extends:
|
|
- .flatpak@aarch64
|
|
stage: build
|