Skip to content

Commit 2ba0063

Browse files
committed
release builds on appveyor
and verbose for good measure
1 parent 3d0c421 commit 2ba0063

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ environment:
55

66
platform:
77
- x64
8+
# - x86 # x86 builds aren't working for now
9+
10+
configuration:
11+
- release
812

913
install:
1014
- ps: Install-Product node $env:nodejs_version $env:platform
11-
- npm install
15+
- npm install --verbose
1216

1317
test_script:
1418
- node --version

0 commit comments

Comments
 (0)