Revert to artifacts.

This commit is contained in:
Black Hat 2018-08-02 20:20:23 +00:00
parent f7a3e4338e
commit baff46b452
1 changed files with 6 additions and 5 deletions

View File

@ -2,10 +2,6 @@ stages:
- preparation - preparation
- build - build
- deploy - deploy
cache:
paths:
- tmp/
preparation-flatpak: preparation-flatpak:
image: alpine/git image: alpine/git
@ -16,11 +12,13 @@ preparation-flatpak:
- cd tmp - cd tmp
- git clone "https://$GIT_USERNAME:$GIT_PASSWORD@gitlab.com/b0/matrique-repo" - git clone "https://$GIT_USERNAME:$GIT_PASSWORD@gitlab.com/b0/matrique-repo"
- cd ../ - cd ../
artifacts:
paths:
- tmp/
build-native: build-native:
image: rabits/qt:5.11-desktop image: rabits/qt:5.11-desktop
stage: build stage: build
cache: {}
before_script: before_script:
- git submodule update --init --recursive - git submodule update --init --recursive
script: script:
@ -42,6 +40,9 @@ build-flatpak:
- cd flatpak - cd flatpak
- flatpak-builder --repo=../tmp/matrique-repo/public build-dir org.eu.encom.matrique.json --force-clean --gpg-sign=52986BF4D61350EC249F2E891B0DB3358FC5E4B2 - flatpak-builder --repo=../tmp/matrique-repo/public build-dir org.eu.encom.matrique.json --force-clean --gpg-sign=52986BF4D61350EC249F2E891B0DB3358FC5E4B2
- cd ../ - cd ../
artifacts:
paths:
- tmp/
deploy-flatpak: deploy-flatpak:
image: alpine/git image: alpine/git