Skip to content

Commit

Permalink
build: [gn] fix node header generation target in appveyor
Browse files Browse the repository at this point in the history
(cherry picked from commit bd9f3ca)
  • Loading branch information
deepak1556 authored and alexeykuzmin committed Aug 21, 2018
1 parent 920c9c2 commit 10273f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor-gn.yml
Expand Up @@ -32,7 +32,7 @@ build_script:
- gn gen out/Default "--args=import(\"//electron/build/args/%gn_args%.gn\")"
- ninja -C out/Default electron:electron_app
test_script:
- ninja -C out/Default electron/build/node:headers
- ninja -C out/Default third_party/electron_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
Expand Down

0 comments on commit 10273f6

Please sign in to comment.