mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-05 02:50:00 +00:00
Revert "Delete appveyor.yml"
This reverts commit 3bc387b1d991fc2c0cf70b6c663b25e20e6447f1.
This commit is contained in:
parent
a8e1cee84a
commit
68220d1afc
28
appveyor.yml
Normal file
28
appveyor.yml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
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"
|
Loading…
x
Reference in New Issue
Block a user