electron-complete-builder
Version:
Complete solution to build ready for distribution and 'auto update' Electron App installers
24 lines (19 loc) • 343 B
YAML
platform:
- x64
cache:
- node_modules
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
init:
- git config --global core.autocrlf input
install:
- choco install nsis -y
- ps: Install-Product node 5 x64
- npm install npm -g
- node -v
- npm -v
- npm prune
- npm install
build: off
test_script:
- npm run test-win