CI: take inspiration from Podcasts

This commit is contained in:
Bilal Elmoussaoui 2023-07-12 23:32:39 +00:00
parent 78616b4de6
commit fe8a864467

View file

@ -1,9 +1,6 @@
include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml' include:
- project: 'gnome/citemplates'
stages: file: 'flatpak/flatpak-ci-initiative-sdk-extensions.yml'
- check
- test
- deploy
.vars-devel: .vars-devel:
variables: variables:
@ -12,6 +9,7 @@ stages:
APP_ID: "com.belmoussaoui.Authenticator.Devel" APP_ID: "com.belmoussaoui.Authenticator.Devel"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo" RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
BUNDLE: "authenticator-nightly.flatpak" BUNDLE: "authenticator-nightly.flatpak"
extends: '.flatpak'
# Build Flatpak for x86_64 # Build Flatpak for x86_64
flatpak@x86_64: flatpak@x86_64:
@ -51,7 +49,7 @@ pages:
rustfmt: rustfmt:
image: "rust:slim" image: "rust:slim"
stage: check stage: ".pre"
script: script:
- rustup component add rustfmt - rustup component add rustfmt
- echo -e "" >> src/config.rs - echo -e "" >> src/config.rs