mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
21 lines
309 B
YAML
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
|