Add Appveyor config

This commit is contained in:
TC
2019-04-28 12:31:55 +02:00
parent 253e82a2d7
commit abc2bb8a4f

20
appveyor.yml Normal file
View File

@ -0,0 +1,20 @@
image: Visual Studio 2017
platform:
- x64
cache:
- node_modules
- '%USERPROFILE%\.electron'
init:
- git config --global core.autocrlf input
install:
- ps: Install-Product node 8 x64
- npm install
build_script:
- npm run build
test: off