Skip to content

Commit d5a8810

Browse files
committed
Update appveyor configuration
1 parent 7c3e09c commit d5a8810

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
install:
2-
- cinst nodejs.install -x86
3-
- set PATH=%PATH%;"C:\Program Files (x86)\nodejs\"
2+
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild "0.10")
3+
- set PATH=%PATH%;"C:\Program Files (x86)\nodejs\";"C:\Program Files\nodejs\"
44
- npm install -g node-gyp
55
- npm install -g node-shyp
66

7+
78
build_script:
89
- git submodule update --init
910
- npm install --ignore-scripts
10-
- node-gyp rebuild
1111
- node-shyp publish --pack
1212
- move build\shyp\*.tgz node-usb.tgz
1313
- appveyor PushArtifact node-usb.tgz
1414

15-
platforms:
16-
- x32
15+
platform:
16+
- x86
1717
- x64

0 commit comments

Comments
 (0)