1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 01:18:39 +03:00
tabby/appveyor.yml

28 lines
459 B
YAML
Raw Normal View History

2017-06-24 15:21:57 +03:00
os: Visual Studio 2017
2017-06-24 14:06:52 +03:00
platform:
- x64
environment:
2017-06-24 16:49:32 +03:00
nodejs_version: "7"
2017-06-24 14:06:52 +03:00
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:
2017-06-24 16:39:18 +03:00
- npm run build
2017-06-24 14:06:52 +03:00
- node scripts/prepackage-plugins.js
- node scripts/build-windows.js
2017-06-24 21:05:49 +03:00
artifacts:
- path: 'dist\win\*.exe'
2018-09-22 14:14:51 +03:00
- path: 'dist\*.exe'