Update .travis.yml, .gitlab-ci.yml, flatpak/org.eu.encom.spectral.yaml, .ci/bintray-release.json files

Deleted flatpak/org.eu.encom.matrique.yaml
This commit is contained in:
Black Hat
2018-09-17 13:14:26 +00:00
parent 81a7172f29
commit 3028580cf2
5 changed files with 14 additions and 34 deletions

View File

@@ -3,15 +3,15 @@ stages:
- deploy
build-flatpak:
image: registry.gitlab.com/b0/matrique/flatpak
image: registry.gitlab.com/b0/spectral/flatpak
stage: build
before_script:
- git submodule update --init --recursive
script:
- cd flatpak
- flatpak-builder --force-clean --repo=repo build-dir org.eu.encom.matrique.yaml
- flatpak build-bundle repo matrique.flatpak org.eu.encom.matrique
- flatpak-builder --force-clean --repo=repo build-dir org.eu.encom.spectral.yaml
- flatpak build-bundle repo spectral.flatpak org.eu.encom.spectral
- cd ../
artifacts:
paths:
- flatpak/matrique.flatpak
- flatpak/spectral.flatpak