Update .gitlab-ci.yml
This commit is contained in:
parent
a254436c3f
commit
26f49d3d9c
|
@ -6,16 +6,16 @@ stages:
|
||||||
preparation-flatpak:
|
preparation-flatpak:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
stage: preparation
|
stage: preparation
|
||||||
cache:
|
|
||||||
untracked: true
|
|
||||||
paths:
|
|
||||||
- tmp/
|
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir tmp
|
- mkdir tmp
|
||||||
script:
|
script:
|
||||||
- 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 ../
|
||||||
|
cache:
|
||||||
|
untracked: true
|
||||||
|
paths:
|
||||||
|
- tmp/
|
||||||
|
|
||||||
build-native:
|
build-native:
|
||||||
image: rabits/qt:5.11-desktop
|
image: rabits/qt:5.11-desktop
|
||||||
|
|
Loading…
Reference in New Issue