Skip to content

Commit

Permalink
Visual Studio 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bact committed Oct 8, 2019
1 parent f7279a3 commit 1353ecf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,17 @@ platform:
install:
- chcp 65001
- set PYTHONIOENCODING=utf-8
- "%PYTHON%\\python.exe -m pip install wheel"
# - set ICU_VERSION=64.2
# - ECHO Installed SDKs:
# - ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""
- IF "%ARCH%"=="32" (call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86) ELSE (ECHO "probably a 64bit build")
- IF "%ARCH%"=="64" (call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64) ELSE (ECHO "probably a 32bit build")
- IF "%ARCH%"=="32" (call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86) ELSE (ECHO "Probably a 64-bit build")
- IF "%ARCH%"=="64" (call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64) ELSE (ECHO "Probably a 32-bit build")
- '"%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %PLATFORM%'
- ps: if (-not(Test-Path($env:PYTHON))) { & appveyor\install.ps1 }
- SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- python --version
# - set ICU_VERSION=62
- pip --version
# - "%PYTHON%\\python.exe -m pip install wheel"
- pip install --disable-pip-version-check --user --upgrade pip setuptools
- pip install coveralls[yaml]
- pip install coverage
Expand Down

0 comments on commit 1353ecf

Please sign in to comment.