Update .gitlab-ci.yml

This commit is contained in:
oldmud0 2019-01-21 02:22:33 +00:00
parent 429b55227e
commit c3e75f205f

View File

@ -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