This repository has been archived on 2023-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
popcorntime-flatpak/.gitlab-ci.yml

19 lines
703 B
YAML
Raw Normal View History

2019-01-15 08:51:13 +01:00
stages:
- build-flatpak
flatpak:master:
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
stage: build-flatpak
script:
2019-04-13 18:53:43 +02:00
- flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
2019-04-13 19:01:26 +02:00
- flatpak-builder --install-deps-from=flathub --stop-at=popcorntime app sh.popcorntime.PopcornTime.yml
2019-01-15 08:51:13 +01:00
- flatpak-builder --finish-only --repo=repo app sh.popcorntime.PopcornTime.yml
- flatpak build-bundle repo PopcornTime.flatpak --runtime-repo=https://dl.flathub.org/repo/flathub.flatpakrepo sh.popcorntime.PopcornTime
artifacts:
paths:
- PopcornTime.flatpak
expire_in: 2 days
cache:
paths:
2019-04-13 18:49:50 +02:00
- .flatpak-builder/cache