This commit is contained in:
Stephen Maunder 2017-12-31 20:25:40 +00:00
parent 244115fd9f
commit 783c6b0a6a

View file

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