lx-music-desktop/appveyor.yml

21 lines
240 B
YAML
Raw Normal View History

2019-08-16 09:27:23 +00:00
platform:
- x64
cache:
- node_modules
- '%APPDATA%\npm-cache'
# - '%USERPROFILE%\.electron'
install:
- ps: Install-Product node 12 x64
- npm install
build_script:
- npm run pub:gh
test: off
branches:
only:
- master