Skip to content

Commit 089198d

Browse files
author
Dane Springmeyer
committed
appveyor: try to get node-webkit publishing [publish binary]
1 parent aa09a25 commit 089198d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

scripts/build_for_node_webkit.cmd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ echo The list of environment variables:
33
set
44
if not "%1" == "x86" goto end
55
if "%nw_version%" == "" goto end
6-
npm install nw-gyp
7-
cinst wget 7zip.commandline
8-
wget http://dl.node-webkit.org/v%nw_version%/node-webkit-v%nw_version%-win-ia32.zip
9-
7z e -onw node-webkit-v%nw_version%-win-ia32.zip
6+
call npm install nw-gyp
7+
call cinst wget 7zip.commandline
8+
call wget http://dl.node-webkit.org/v%nw_version%/node-webkit-v%nw_version%-win-ia32.zip
9+
call 7z e -onw node-webkit-v%nw_version%-win-ia32.zip
1010
dir nw
1111
set PATH=nw;%PATH%
12-
node-pre-gyp rebuild --runtime=node-webkit --target=%nw_version% --target_arch=ia32
13-
node-pre-gyp package testpackage --runtime=node-webkit --target=%nw_version% --target_arch=ia32
14-
if not "%CM%" == "%CM:[publish binary]=%" node-pre-gyp publish --msvs_version=2013 --runtime=node-webkit --target=%nw_version% --target_arch=ia32
12+
call node-pre-gyp rebuild --runtime=node-webkit --target=%nw_version% --target_arch=ia32
13+
call node-pre-gyp package testpackage --runtime=node-webkit --target=%nw_version% --target_arch=ia32
14+
if not "%CM%" == "%CM:[publish binary]=%" call node-pre-gyp publish --msvs_version=2013 --runtime=node-webkit --target=%nw_version% --target_arch=ia32
1515
:end

0 commit comments

Comments
 (0)