some test env
This commit is contained in:
17
.appveyor.yml
Normal file
17
.appveyor.yml
Normal file
@ -0,0 +1,17 @@
|
||||
image: Visual Studio 2017
|
||||
|
||||
platform:
|
||||
- x64
|
||||
|
||||
cache:
|
||||
- node_modules -> package.json
|
||||
- '%USERPROFILE%\.electron'
|
||||
|
||||
install:
|
||||
- ps: Install-Product node 8 x64
|
||||
- yarn
|
||||
|
||||
build_script:
|
||||
- yarn test
|
||||
|
||||
test: false
|
Reference in New Issue
Block a user