1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-24 06:04:04 +03:00
tabby/appveyor.yml

29 lines
489 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:
2018-10-04 00:44:04 +03:00
nodejs_version: "10"
2017-06-24 14:06:52 +03:00
cache:
- "%USERPROFILE%\\.electron"
- "%LOCALAPPDATA%\\Yarn"
2017-06-24 14:06:52 +03:00
version: "{build}"
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- yarn
2017-06-24 14:06:52 +03:00
- node scripts/build-native.js
build_script:
- yarn 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-10-12 01:24:56 +03:00
- path: 'dist\squirrel-windows\*.exe'
2018-09-22 14:14:51 +03:00
- path: 'dist\*.exe'