Skip to content

Commit

Permalink
Merge "[tests] Appveyor tests with different image"
Browse files Browse the repository at this point in the history
  • Loading branch information
xqt authored and Gerrit Code Review committed Oct 7, 2023
2 parents 3ce1b94 + 5eb6c72 commit 96171d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ environment:

# Test the lowest supported release of each major Python version

- PYTHON: "C:\\Python361-x64"
PYTHON_VERSION: "3.6.1"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.6"
PYTHON_ARCH: "64"

# AppVeyor pre-installs these versions onto build machines
Expand Down Expand Up @@ -54,11 +55,10 @@ init:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

install:
- git submodule update --init
- if [%PYTHON_VERSION%]==[3.6.6] git submodule update --init http.sslVerify false
- if NOT [%PYTHON_VERSION%]==[3.6.6] git submodule update --init
# Download the AppVeyor Python build accessories into subdirectory .\appveyor
- mkdir appveyor
# Download Python 3.6.1 which isn't pre-installed
- ps: ./appveyor_install.ps1
- python --version
- python -c "import platform; print(platform.machine())"
- python -c "import struct; print('PYTHON_ARCH:', struct.calcsize('P') << 3)"
Expand Down

0 comments on commit 96171d3

Please sign in to comment.