tabby/appveyor.yml
Eugene Pankov 607efaa075 appveyor
2017-09-09 11:43:21 +02:00

28 lines
444 B
YAML

os: Visual Studio 2017
platform:
- x64
- x86
environment:
nodejs_version: "7"
cache:
- '%USERPROFILE%\.electron'
version: "{build}"
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- 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\win\*.exe'