You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
415 B
30 lines
415 B
version: 0.1.{build}
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
image: Visual Studio 2017
|
|
platform:
|
|
- x64
|
|
|
|
cache:
|
|
- node_modules
|
|
- '%APPDATA%\npm-cache'
|
|
- '%USERPROFILE%\.electron'
|
|
- '%USERPROFILE%\AppData\Local\Yarn\cache'
|
|
|
|
init:
|
|
- git config --global core.autocrlf input
|
|
|
|
install:
|
|
- ps: Install-Product node 8 x64
|
|
- git reset --hard HEAD
|
|
- yarn
|
|
- node --version
|
|
|
|
build_script:
|
|
- yarn build
|
|
|
|
test: off
|