rats-search/.appveyor.yml
Alexey Kasyanchuk a11c715468 fix appveyor
2021-01-07 15:42:09 +03:00

18 lines
219 B
YAML

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