mirror of
https://github.com/electron/electron.git
synced 2026-02-03 19:55:43 -05:00
Try setting npm_config_msvs_version
This commit is contained in:
@@ -30,6 +30,7 @@ build_script:
|
||||
test_script:
|
||||
- ninja -C out/Default electron/build/node:headers
|
||||
- ps: $env:npm_config_nodedir="$pwd/out/Default/gen/node_headers"
|
||||
- ps: $env:npm_config_msvs_version="2017"
|
||||
- ps: Push-Location; cd electron/spec
|
||||
- npm install
|
||||
- ps: Pop-Location
|
||||
|
||||
Reference in New Issue
Block a user