2018-08-02 10:40:49 +00:00
|
|
|
stages:
|
|
|
|
- build
|
2018-08-02 23:23:14 +00:00
|
|
|
- deploy
|
2018-08-02 10:40:49 +00:00
|
|
|
|
|
|
|
build-flatpak:
|
2018-09-17 13:16:49 +00:00
|
|
|
image: black0/flatpak
|
2018-08-02 10:40:49 +00:00
|
|
|
stage: build
|
2018-08-02 23:23:14 +00:00
|
|
|
before_script:
|
|
|
|
- git submodule update --init --recursive
|
2018-08-02 10:40:49 +00:00
|
|
|
script:
|
2018-08-02 23:23:14 +00:00
|
|
|
- cd flatpak
|
2018-09-17 13:14:26 +00:00
|
|
|
- flatpak-builder --force-clean --repo=repo build-dir org.eu.encom.spectral.yaml
|
|
|
|
- flatpak build-bundle repo spectral.flatpak org.eu.encom.spectral
|
2018-08-02 23:23:14 +00:00
|
|
|
- cd ../
|
|
|
|
artifacts:
|
|
|
|
paths:
|
2018-09-17 13:14:26 +00:00
|
|
|
- flatpak/spectral.flatpak
|