SnipeitPS/.gitlab-ci.yml
2017-12-31 19:36:51 +00:00

21 lines
309 B
YAML

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