build: copy the node.lib file for the tests

This commit is contained in:
Samuel Attard
2019-11-29 01:53:40 -08:00
parent 69585bc75e
commit 2b848eb781

View File

@@ -465,6 +465,9 @@ step-nodejs-headers-build: &step-nodejs-headers-build
command: |
cd src
ninja$NINJA_SUFFIX -C out/Default third_party/electron_node:headers
if [ "`uname|cut -c 1-7`" == "MSYS_NT" ]; then
cp out/Default/electron.lib out/Default/gen/node_headers/Release/node.lib
fi
step-nodejs-headers-store: &step-nodejs-headers-store
store_artifacts: