aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Yang <paulyang1211@gmail.com>2018-03-01 11:16:12 -0800
committerBo Yang <paulyang1211@gmail.com>2018-03-01 11:26:43 -0800
commit71c1d295d7483416b7a0c2254cf9c65ef0379ad3 (patch)
treebaa2f81c018f29ed1a2aae4975af121285a105b3
parentb93dd59d6fe17974f0cc801b85b7ed745b834ab9 (diff)
downloadprotobuf-71c1d295d7483416b7a0c2254cf9c65ef0379ad3.tar.gz
protobuf-71c1d295d7483416b7a0c2254cf9c65ef0379ad3.tar.bz2
protobuf-71c1d295d7483416b7a0c2254cf9c65ef0379ad3.zip
Clean up
-rw-r--r--appveyor.bat2
-rw-r--r--appveyor.yml7
2 files changed, 4 insertions, 5 deletions
diff --git a/appveyor.bat b/appveyor.bat
index bced3e6d..bf4ec2a6 100644
--- a/appveyor.bat
+++ b/appveyor.bat
@@ -1,7 +1,5 @@
setlocal
-pip install wheel
-
REM Checkout release commit
cd %REPO_DIR%
git checkout %BUILD_COMMIT%
diff --git a/appveyor.yml b/appveyor.yml
index 0a20275e..63b59199 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -62,10 +62,11 @@ install:
# the parent CMD process).
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
- python -m pip install -U pip
+ - pip install wheel
- # Fix MSVC builds for 64-bit Python. See:
- # http://stackoverflow.com/questions/32091593/cannot-install-windows-sdk-7-1-on-windows-10
- - echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64/vcvars64.bat"
+ # # Fix MSVC builds for 64-bit Python. See:
+ # # http://stackoverflow.com/questions/32091593/cannot-install-windows-sdk-7-1-on-windows-10
+ # - echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64/vcvars64.bat"
# Check that we have the expected version and architecture for Python
- python --version