SnipeitPS/.gitlab-ci.yml
2017-12-31 19:42:27 +00:00

21 lines
299 B
YAML

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:
# - .\build.ps1 -Tasks 'analyze','test','release'
# only:
# - master