Updated .gitlab-ci.yml

This commit is contained in:
Stephen Seo 2016-03-19 00:27:21 +09:00
parent 7a3e1cce2f
commit b9535fdc79

View file

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