lx-music-desktop/.appveyor.yml
2019-08-23 20:12:36 +08:00

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