17 lines
229 B
YAML
17 lines
229 B
YAML
|
|
version: "{build}"
|
||
|
|
|
||
|
|
os: Windows Server 2012 R2
|
||
|
|
|
||
|
|
install:
|
||
|
|
- choco install atom -y
|
||
|
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||
|
|
- npm install
|
||
|
|
|
||
|
|
build_script:
|
||
|
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||
|
|
- npm test
|
||
|
|
|
||
|
|
test: off
|
||
|
|
|
||
|
|
deploy: off
|