Commit 259b808c authored by peastman's avatar peastman
Browse files

Attempting to fix appveyor errors

parent af1cc4e1
...@@ -4,6 +4,8 @@ configuration: Release ...@@ -4,6 +4,8 @@ configuration: Release
shallow_clone: true shallow_clone: true
install: install:
# Setup shell for VS2015, x64
- call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
# Set path to python, git-bash tools. # Set path to python, git-bash tools.
- "set PATH=C:\\Python35-x64;C:\\Python35-x64\\Scripts;%PATH%" - "set PATH=C:\\Python35-x64;C:\\Python35-x64\\Scripts;%PATH%"
- "set PATH=C:\\Program Files (x86)\\Git\\bin;%PATH%" - "set PATH=C:\\Program Files (x86)\\Git\\bin;%PATH%"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment