Update .gitlab-ci.yml
This commit is contained in:
parent
429b55227e
commit
c3e75f205f
@ -8,8 +8,8 @@ before_script:
|
|||||||
build linux x86_64:
|
build linux x86_64:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
|
- docker
|
||||||
- linux
|
- linux
|
||||||
- x86_64
|
|
||||||
script:
|
script:
|
||||||
- qmake
|
- qmake
|
||||||
- make -j4
|
- make -j4
|
||||||
@ -18,8 +18,8 @@ build linux x86_64:
|
|||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
tags:
|
tags:
|
||||||
|
- docker
|
||||||
- linux
|
- linux
|
||||||
- x86_64
|
|
||||||
script:
|
script:
|
||||||
- mkdir artifact
|
- mkdir artifact
|
||||||
- cd artifact
|
- cd artifact
|
||||||
|
Loading…
Reference in New Issue
Block a user