summaryrefslogtreecommitdiffstats
path: root/.github/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* AppVeyor: build Python in 64-bit mode (GH-8363)Victor Stinner2018-07-231-3/+3
| | | | Previously, Python was built in 32-bit mode and so issues specific to 64-bit mode like compiler warnings could be missed.
* bpo-33764: Appveyor fixes (GH-7364)Zachary Ware2018-06-041-4/+5
| | | | | | * Prevent spurious message if taking a shortcut * Fix YAML style * Disable largefile tests
* Fix AppVeyor doc short-circuit (GH-5632)Zachary Ware2018-02-111-1/+4
|
* Add short-circuit for doc changes to AppVeyor (GH-5519)Zachary Ware2018-02-111-3/+19
|
* Try to fix the AppVeyor cache mechanism (GH-5536)Zachary Ware2018-02-041-1/+1
|
* Fix version in AppVeyor (GH-5535)Zachary Ware2018-02-041-1/+1
|
* Fix version in AppVeyor config (GH-5124)Zachary Ware2018-01-071-1/+1
|
* Kill the AppVeyor file whitelist (GH-5121)Zachary Ware2018-01-071-17/+0
| | | It's more trouble than it's worth, since AppVeyor only checks the HEAD commit of a PR rather than the full diff against the base branch to decide which files changed.
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-251-1/+1
|
* bpo-31340: Change to building with MSVC v141 (included with Visual Studio ↵Steve Dower2017-09-061-0/+2
| | | | 2017) (#3311)
* Cache externals, depending on changes to PCbuild (#3308)Zachary Ware2017-09-041-0/+2
|
* bpo-30871: Add test.pythoninfo (#3075)Victor Stinner2017-08-171-0/+1
| | | | | | * Add Lib/test/pythoninfo.py: script collecting various informations about Python to help debugging test failures. * regrtest: remove sys.hash_info and sys.flags from header. * Travis CI, Appveyor: run pythoninfo before tests
* bpo-30450: Fix logic for retrying nuget.exe download (#2744)Steve Dower2017-07-181-0/+2
| | | | | | | Fix logic for retrying nuget.exe download with Python. Add support for HOST_PYTHON variable. Clear internal environment variables used in find_python.bat Use HOST_PYTHON as the actual Python if it is recent enough. Adds HOST_PYTHON variable to AppVeyor configuration
* AppVeyor: run tests with --fail-env-changed (#2522)Victor Stinner2017-06-301-1/+1
|
* bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)Zachary Ware2017-06-101-1/+1
|
* Only run AppVeyor on long-lived branches (GH-1941)Zachary Ware2017-06-041-0/+5
| | | Also on the short-lived `buildbot-custom` branch.
* Only trigger AppVeyor on code or config changes (GH-611)Zachary Ware2017-03-111-0/+17
|
* Add Appveyor (GH-324)Zachary Ware2017-03-051-0/+6