mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 11:59:02 +08:00
Build native modules with VS 2015 because V8 now requires it
This commit is contained in:
parent
d962adc52e
commit
c42b1842e9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ init:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:NODE_VERSION
|
- ps: Install-Product node $env:NODE_VERSION
|
||||||
- ps: npm config set msvs_version 2013
|
- ps: npm config set msvs_version 2015
|
||||||
|
|
||||||
# Extract the codesigning certs, encrypted private ssh key
|
# Extract the codesigning certs, encrypted private ssh key
|
||||||
- ps: |
|
- ps: |
|
||||||
|
|
Loading…
Reference in a new issue