Gitlab CI: publish nightlies
This commit is contained in:
parent
6dfee8edea
commit
3e517e2298
1 changed files with 4 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ flatpak:
|
||||||
FLATPAK_MODULE: geary
|
FLATPAK_MODULE: geary
|
||||||
MANIFEST_PATH: org.gnome.Geary.json
|
MANIFEST_PATH: org.gnome.Geary.json
|
||||||
MESON_ARGS: "-Dprofile=development"
|
MESON_ARGS: "-Dprofile=development"
|
||||||
RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo"
|
RUNTIME_REPO: 'https://nightly.gnome.org/gnome-nightly.flatpakrepo'
|
||||||
TEST_RUN_ARGS: $TEST_ARGS
|
TEST_RUN_ARGS: $TEST_ARGS
|
||||||
extends: .flatpak
|
extends: .flatpak
|
||||||
|
|
||||||
|
|
@ -98,3 +98,6 @@ review:
|
||||||
stop_review:
|
stop_review:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
extends: .stop_review
|
extends: .stop_review
|
||||||
|
|
||||||
|
nightly:
|
||||||
|
extends: '.publish_nightly'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue