21 lines
248 B
YAML
21 lines
248 B
YAML
platform:
|
|
- x64
|
|
|
|
cache:
|
|
- node_modules
|
|
- '%APPDATA%\npm-cache'
|
|
- '%LOCALAPPDATA%\electron\Cache'
|
|
|
|
install:
|
|
- ps: Install-Product node 12 x64
|
|
- npm install
|
|
|
|
build_script:
|
|
- npm run publish:gh
|
|
|
|
test: off
|
|
|
|
branches:
|
|
only:
|
|
- master
|