gitlabci: switch flatpak build to the custom image
This commit is contained in:
parent
a0d55417cd
commit
1b558d3b30
@ -33,11 +33,11 @@ stable:test:
|
|||||||
# <<: *cargo_test
|
# <<: *cargo_test
|
||||||
|
|
||||||
flatpak:
|
flatpak:
|
||||||
image: flatpak/flatpak-builder:gnome-3-28
|
image: registry.gitlab.com/alatiera/gnome-nightly-oci/rust-bundle:latest
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- flatpak-builder --force-clean --repo=repo app org.gnome.Hammond.json
|
- flatpak-builder --force-clean --repo=repo app org.gnome.Hammond.json
|
||||||
- flatpak build-bundle repo hammond-dev.flatpak org.gnome.hammond
|
- flatpak build-bundle repo hammond-dev.flatpak org.gnome.Hammond
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- hammond-dev.flatpak
|
- hammond-dev.flatpak
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user