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
8770f8fe
Commit
8770f8fe
authored
8 years ago
by
Nicolas Noble
Browse files
Options
Downloads
Plain Diff
Merge pull request #6494 from murgatroid99/node_6_binaries
Build Node 6 artifacts
parents
24340548
33b3b2a3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/run_tests/build_artifact_node.bat
+3
-3
3 additions, 3 deletions
tools/run_tests/build_artifact_node.bat
tools/run_tests/build_artifact_node.sh
+1
-1
1 addition, 1 deletion
tools/run_tests/build_artifact_node.sh
with
4 additions
and
4 deletions
tools/run_tests/build_artifact_node.bat
+
3
−
3
View file @
8770f8fe
...
...
@@ -27,7 +27,7 @@
@rem (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
@rem OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
set
node_versions
=
0
.12.0
1
.0.0
1
.1.0
2
.0.0
3
.0.0
4
.0.0
5
.0.0
set
node_versions
=
0
.12.0
1
.0.0
1
.1.0
2
.0.0
3
.0.0
4
.0.0
5
.0.0
6
.0.0
set
PATH
=
%PATH%
;
C
:\Program
Files
\nodejs\
;
%APPDATA%
\npm
...
...
@@ -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
build
package
testpackage
--target
=
%%v
--target
_arch
=
%
1
||
goto
:error
xcopy
/Y /I /S
build
\stage\
*
artifacts
\
||
goto
:error
)
...
...
This diff is collapsed.
Click to expand it.
tools/run_tests/build_artifact_node.sh
+
1
−
1
View file @
8770f8fe
...
...
@@ -42,7 +42,7 @@ mkdir -p artifacts
npm update
node_versions
=(
0.12.0 1.0.0 1.1.0 2.0.0 3.0.0 4.0.0 5.0.0
)
node_versions
=(
0.12.0 1.0.0 1.1.0 2.0.0 3.0.0 4.0.0 5.0.0
6.0.0
)
for
version
in
${
node_versions
[@]
}
do
...
...
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