tabby/appveyor.yml
Eugene Pankov d3c8a0d3a3 .
2017-06-24 14:21:57 +02:00

34 lines
506 B
YAML

os: Visual Studio 2017
platform:
- x64
environment:
nodejs_version: "7"
cache:
- '%USERPROFILE%\.electron'
branches:
only:
- master
skip_tags: true
version: "{build}"
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install -g npm@5
- npm install
- node scripts/install-deps.js
- node scripts/build-native.js
build_script:
- npm run build
- node scripts/prepackage-plugins.js
- node scripts/build-windows.js
artifacts:
- path: 'dist\*.exe'