SnipeitPS/.gitlab-ci.yml
2017-11-16 11:57:55 +00:00

17 lines
No EOL
292 B
YAML

stages:
- test
# - release
variables:
GIT_SSL_NO_VERIFY: "true"
Test:
stage: test
script:
- powershell -Command "./build.ps1" "-Task Pester"
# except:
# - master
#Release:
# stage: release
# script:
# - .\build.ps1 -Tasks 'analyze','test','release'
# only:
# - master