Updated .gitlab-ci.yml
This commit is contained in:
parent
7a3e1cce2f
commit
b9535fdc79
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,8 @@ stages:
|
||||||
|
|
||||||
buildJob:
|
buildJob:
|
||||||
stage: build
|
stage: build
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
script:
|
script:
|
||||||
- mkdir buildDebug
|
- mkdir buildDebug
|
||||||
- cd buildDebug
|
- cd buildDebug
|
||||||
|
@ -14,6 +16,8 @@ buildJob:
|
||||||
|
|
||||||
testJob:
|
testJob:
|
||||||
stage: test
|
stage: test
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
script:
|
script:
|
||||||
- cd buildDebug
|
- cd buildDebug
|
||||||
- ./UnitTests
|
- ./UnitTests
|
||||||
|
|
Loading…
Reference in a new issue