Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
019a76e3
Commit
019a76e3
authored
8 years ago
by
murgatroid99
Browse files
Options
Downloads
Patches
Plain Diff
Use local copy of node-pre-gyp on Windows to ensure that it is up to date
parent
12fd5558
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/run_tests/build_artifact_node.bat
+2
-2
2 additions, 2 deletions
tools/run_tests/build_artifact_node.bat
with
2 additions
and
2 deletions
tools/run_tests/build_artifact_node.bat
+
2
−
2
View file @
019a76e3
...
...
@@ -38,12 +38,12 @@ call npm update || goto :error
mkdir
artifacts
for
%%v
in
(
%node_versions%
)
do
(
call
node
-pre-gyp
configure
build
--target
=
%%v
--target
_arch
=
%
1
call
.\node_modules\.bin\
node
-pre-gyp
.cmd
configure
build
--target
=
%%v
--target
_arch
=
%
1
@rem Try again after removing openssl headers
rmdir
"
%HOMEDRIVE%%
HOMEPATH
%
\.node-gyp\
%%v
\include\node\openssl"
/S /Q
rmdir
"
%HOMEDRIVE%%
HOMEPATH
%
\.node-gyp\iojs-
%%v
\include\node\openssl"
/S /Q
call
node
-pre-gyp
build
package
testpackage
--target
=
%%v
--target
_arch
=
%
1
||
goto
:error
call
.\node_modules\.bin\node
-pre-gyp
.cmd
configure
build
--target
=
%%v
--target
_arch
=
%
1
||
goto
:error
xcopy
/Y /I /S
build
\stage\
*
artifacts
\
||
goto
:error
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment