Don't have artifact build depend on global node-pre-gyp

pull/5223/head
murgatroid99 9 years ago
parent 9b0f81b508
commit 7ca0dcc843
  1. 2
      tools/run_tests/build_artifact_node.sh

@ -46,6 +46,6 @@ node_versions=( 0.12.0 1.0.0 1.1.0 2.0.0 3.0.0 4.0.0 5.0.0 )
for version in ${node_versions[@]}
do
node-pre-gyp configure rebuild package testpackage --target=$version --target_arch=$NODE_TARGET_ARCH
./node_modules/.bin/node-pre-gyp configure rebuild package testpackage --target=$version --target_arch=$NODE_TARGET_ARCH
cp -r build/stage/* artifacts/
done

Loading…
Cancel
Save