mirror of
https://github.com/python/cpython.git
synced 2026-03-06 21:10:55 +00:00
bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311)
This commit is contained in:
parent
bcaac8188b
commit
5fcd5e64ee
10 changed files with 86 additions and 13 deletions
2
.github/appveyor.yml
vendored
2
.github/appveyor.yml
vendored
|
|
@ -14,6 +14,8 @@ test_script:
|
|||
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0
|
||||
environment:
|
||||
HOST_PYTHON: C:\Python36\python.exe
|
||||
image:
|
||||
- Visual Studio 2017
|
||||
|
||||
# Only trigger AppVeyor if actual code or its configuration changes
|
||||
only_commits:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue