Skip to content

Commit efd7143

Browse files
authored
Merge pull request #23 from minrk/x64
build x64 release builds on appveyor
2 parents 3135a1c + 8061037 commit efd7143

File tree

13 files changed

+509
-188
lines changed

13 files changed

+509
-188
lines changed

appveyor.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ environment:
33
- nodejs_version: "4"
44
- nodejs_version: "5"
55

6-
#platform:
7-
# - x86
8-
# - x64
6+
platform:
7+
- x64
8+
# - x86 # x86 builds aren't working for now
9+
10+
configuration:
11+
- release
912

1013
install:
11-
- ps: Install-Product node $env:nodejs_version #$env:platform
14+
- ps: Install-Product node $env:nodejs_version $env:platform
1215
- npm install
1316

1417
test_script:
1518
- node --version
1619
- npm --version
17-
- npm test
18-
19-
build: off
20+
- node windows/smoketest.js

0 commit comments

Comments
 (0)