fractal/.gitlab-ci/build.yml
Kévin Commaille 5e9e7600f4
ci: Run tests
There are tests to make sure our data is valid for Flathub
2023-11-25 14:08:37 +01:00

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