Skip to content
Snippets Groups Projects
Commit 7ca0dcc8 authored by murgatroid99's avatar murgatroid99
Browse files

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

parent 9b0f81b5
No related branches found
No related tags found
No related merge requests found
...@@ -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 ) ...@@ -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[@]} for version in ${node_versions[@]}
do 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/ cp -r build/stage/* artifacts/
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment