mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/lyswhut/lx-music-desktop.git
synced 2026-09-20 08:04:00 +08:00
22 lines
292 B
YAML
22 lines
292 B
YAML
platform:
|
|
- x64
|
|
|
|
cache:
|
|
- node_modules
|
|
- '%APPDATA%\npm-cache'
|
|
- '%LOCALAPPDATA%\electron\Cache'
|
|
- '%LOCALAPPDATA%\electron-builder\Cache'
|
|
|
|
install:
|
|
- ps: Install-Product node 12 x64
|
|
- npm install
|
|
|
|
build_script:
|
|
- npm run publish:gh
|
|
|
|
test: off
|
|
|
|
branches:
|
|
only:
|
|
- master
|