electorrent
Version:
An Electron/Node/AngularJS remote client app for uTorrent server
32 lines (24 loc) • 508 B
YAML
platform:
- x64
branches:
only:
- master
environment:
GH_TOKEN:
secure: HdYHw9jv1Fk2RHmaZ5RKizMi6DD7Ckyu4cPZ7ZofydXaVA0fvCyGm7cSBAP+2PXp
cache:
- node_modules
- app\node_modules
- '%APPDATA%\npm-cache'
- '%LOCALAPPDATA%\bower'
- '%USERPROFILE%\.electron'
init:
- git config --global core.autocrlf input
install:
- ps: Install-Product node 6 x64
- npm install
build_script:
- node --version
- npm --version
- npm run release
test: off