1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-27 00:50:49 +03:00

Revert "Delete appveyor.yml"

This reverts commit 3bc387b1d9.
This commit is contained in:
Eugene Pankov 2019-08-27 10:20:12 +02:00
parent a8e1cee84a
commit 68220d1afc

28
appveyor.yml Normal file
View 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"