Skip to content

Commit

Permalink
Merge pull request #45 from jmquigs/win-fix
Browse files Browse the repository at this point in the history
Apply appveyor vcvars fix for #43
Closes #43
  • Loading branch information
passcod committed Dec 6, 2015
2 parents d3af0af + 696d2d4 commit b601e9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
VCVARS: "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\bin\\amd64\\vcvars64.bat"
- TARGET: i686-pc-windows-msvc
VCVARS: "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\bin\\vcvars32.bat"

# skip the gnu targets to reduce build time
#- TARGET: x86_64-pc-windows-gnu
#- TARGET: i686-pc-windows-gnu
Expand All @@ -16,4 +19,5 @@ install:
build: false

test_script:
- call "%VCVARS%"
- cargo test --verbose

0 comments on commit b601e9c

Please sign in to comment.