rats-search/.appveyor.yml
2022-06-25 22:29:50 +03:00

18 lines
227 B
YAML

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