mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/jibo-cli.git
synced 2026-06-15 15:26:20 +00:00
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
|