mirror of
https://github.com/Eugeny/tabby
synced 2024-11-16 01:38:07 +00:00
29 lines
461 B
YAML
29 lines
461 B
YAML
|
os: Visual Studio 2017
|
||
|
|
||
|
platform:
|
||
|
- x64
|
||
|
|
||
|
environment:
|
||
|
nodejs_version: "10"
|
||
|
|
||
|
version: "{build}"
|
||
|
|
||
|
install:
|
||
|
- ps: Install-Product node $env:nodejs_version $env:platform
|
||
|
- yarn
|
||
|
- node scripts/build-native.js
|
||
|
|
||
|
build_script:
|
||
|
- yarn run build
|
||
|
- node scripts/prepackage-plugins.js
|
||
|
- node scripts/build-windows.js
|
||
|
|
||
|
artifacts:
|
||
|
- path: 'dist\*.exe'
|
||
|
|
||
|
cache:
|
||
|
- node_modules
|
||
|
- "*\\node_modules"
|
||
|
- "%USERPROFILE%\\.electron"
|
||
|
- "%LOCALAPPDATA%\\Yarn"
|