2019-06-14 12:59:43 +00:00
|
|
|
image: Visual Studio 2017
|
|
|
|
|
2019-07-03 20:45:09 +00:00
|
|
|
os: unstable
|
|
|
|
|
2019-06-14 12:59:43 +00:00
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
|
|
|
|
cache:
|
|
|
|
- node_modules
|
|
|
|
- '%USERPROFILE%\.electron'
|
|
|
|
|
|
|
|
init:
|
|
|
|
- git config --global core.autocrlf input
|
|
|
|
|
|
|
|
install:
|
|
|
|
- ps: Install-Product node 10 x64
|
|
|
|
- npm install
|
|
|
|
|
|
|
|
test_script:
|
|
|
|
- npm run lint
|
2019-07-03 20:45:09 +00:00
|
|
|
- npm run pack
|
|
|
|
- npm run test
|
2019-06-14 12:59:43 +00:00
|
|
|
|
|
|
|
build_script:
|
|
|
|
- IF [%APPVEYOR_REPO_BRANCH%]==[master] npm run publish:win
|