tabby/appveyor.yml

29 lines
489 B
YAML
Raw Permalink Normal View History

2017-06-24 14:21:57 +02:00
os: Visual Studio 2017
2017-06-24 13:06:52 +02:00
platform:
- x64
environment:
2018-10-03 22:44:04 +01:00
nodejs_version: "10"
2017-06-24 13:06:52 +02:00
cache:
- "%USERPROFILE%\\.electron"
- "%LOCALAPPDATA%\\Yarn"
2017-06-24 13:06:52 +02:00
version: "{build}"
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- yarn
2017-06-24 13:06:52 +02:00
- node scripts/build-native.js
build_script:
- yarn run build
2017-06-24 13:06:52 +02:00
- node scripts/prepackage-plugins.js
- node scripts/build-windows.js
2017-06-24 20:05:49 +02:00
artifacts:
- path: 'dist\win\*.exe'
2018-10-12 00:24:56 +02:00
- path: 'dist\squirrel-windows\*.exe'
2018-09-22 13:14:51 +02:00
- path: 'dist\*.exe'