electron-forge
Version:
A complete tool for building modern Electron applications
26 lines (22 loc) • 416 B
YAML
platform:
- x64
environment:
nodejs_version: "6"
matrix:
- node_installer: yarn
cache:
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
branches:
only:
- master
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install -g npm@4
- set PATH=%APPDATA%\npm;%PATH%
- npm install
test_script:
- node --version
- npm --version
- npm test -- --installer=%node_installer%
build: off