mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
ci: add missing stages
This commit is contained in:
parent
65abcbfe5f
commit
2362044f8e
1 changed files with 5 additions and 1 deletions
|
@ -11,8 +11,12 @@ include:
|
|||
BUNDLE: "authenticator-nightly.flatpak"
|
||||
extends: '.flatpak'
|
||||
|
||||
# Build Flatpak for x86_64
|
||||
stages:
|
||||
- build
|
||||
- publish
|
||||
- deploy
|
||||
|
||||
# Build Flatpak for x86_64
|
||||
build-flatpak:
|
||||
extends: ['.flatpak@x86_64', '.vars-devel']
|
||||
stage: build
|
||||
|
|
Loading…
Add table
Reference in a new issue