Update .gitlab-ci.yml

This commit is contained in:
Stephen Maunder 2017-12-31 20:21:24 +00:00
parent bf478494ca
commit ff7d1abb40

View file

@ -1,21 +1,18 @@
stages:
- test
# - release
- release
variables:
GIT_SSL_NO_VERIFY: "true"
ErrorActionPreference: STOP
Test:
stage: test
script:
- .\build.ps1 -Tasks 'test'
except:
- master
#Release:
# stage: release
# script:
# - .\build.ps1 -Tasks 'analyze','test','release'
# only:
# - master
Release:
stage: release
script:
- .\build.ps1 -Tasks 'test','release'
only:
- master