rats-search/.appveyor.yml
2018-03-24 01:42:48 +03:00

18 lines
218 B
YAML

image: Visual Studio 2017
platform:
- x64
cache:
- node_modules -> package.json
- '%USERPROFILE%\.electron'
install:
- ps: Install-Product node 8 x64
- npm install
build_script:
- npm test
test: false