image: Visual Studio 2017
environment:
nodejs_version: '8'
platform:
- x86
- x64
cache:
- node_modules
- '%LOCALAPPDATA%\electron\Cache'
- '%LOCALAPPDATA%\electron-builder\cache'
- '%USERPROFILE%\.electron'
install:
- ps: Install-Product node 8 x64
- yarn
test_script:
- yarn test
build_script:
- yarn dist