We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3e09c commit d5a8810Copy full SHA for d5a8810
appveyor.yml
@@ -1,17 +1,17 @@
1
install:
2
- - cinst nodejs.install -x86
3
- - set PATH=%PATH%;"C:\Program Files (x86)\nodejs\"
+ - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild "0.10")
+ - set PATH=%PATH%;"C:\Program Files (x86)\nodejs\";"C:\Program Files\nodejs\"
4
- npm install -g node-gyp
5
- npm install -g node-shyp
6
7
+
8
build_script:
9
- git submodule update --init
10
- npm install --ignore-scripts
- - node-gyp rebuild
11
- node-shyp publish --pack
12
- move build\shyp\*.tgz node-usb.tgz
13
- appveyor PushArtifact node-usb.tgz
14
15
-platforms:
16
- - x32
+platform:
+ - x86
17
- x64
0 commit comments