Update .gitlab-ci.yml

square-messages
Black Hat 2018-08-02 20:12:42 +00:00
parent a254436c3f
commit 26f49d3d9c
1 changed files with 4 additions and 4 deletions

View File

@ -6,16 +6,16 @@ stages:
preparation-flatpak:
image: alpine/git
stage: preparation
cache:
untracked: true
paths:
- tmp/
before_script:
- mkdir tmp
script:
- cd tmp
- git clone "https://$GIT_USERNAME:$GIT_PASSWORD@gitlab.com/b0/matrique-repo"
- cd ../
cache:
untracked: true
paths:
- tmp/
build-native:
image: rabits/qt:5.11-desktop