Skip to content

Commit 7a2bbe0

Browse files
committed
Return node 4 x86 build
1 parent b67d28e commit 7a2bbe0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ environment:
1515
platform: x86
1616
- NODE_VERSION: 4
1717
platform: x64
18+
- NODE_VERSION: 4
19+
platform: x86
1820
- NODE_VERSION: 0.12
1921
platform: x64
2022
- NODE_VERSION: 0.12
@@ -33,6 +35,11 @@ install:
3335

3436
- IF %NODE_VERSION% LSS 1 npm -g install npm
3537
- IF %NODE_VERSION% LSS 1 set PATH=%APPDATA%\npm;%PATH%
38+
# work around an issue with node-gyp v3.3.1 and node 4x
39+
# package.json has no certificates in it so we're cool
40+
# https://github.com/nodejs/node-gyp/issues/921
41+
- IF %NODE_VERSION% == 4 npm config set -g cafile=package.json
42+
- IF %NODE_VERSION% == 4 npm config set -g strict-ssl=false
3643

3744
# Check if new tag released and publish binary in this case.
3845
- SET PUBLISH_BINARY=%APPVEYOR_REPO_TAG%

0 commit comments

Comments
 (0)