Victor Stinner
8b96eed0dd
AppVeyor: build Python in 64-bit mode (GH-8363)
...
Previously, Python was built in 32-bit mode and so issues specific to
64-bit mode like compiler warnings could be missed.
2018-07-23 13:16:41 +02:00
Zachary Ware
47a6c79f09
bpo-33764: Appveyor fixes (GH-7364)
...
* Prevent spurious message if taking a shortcut
* Fix YAML style
* Disable largefile tests
2018-06-03 21:13:31 -04:00
Zachary Ware
6ea20fc719
Fix AppVeyor doc short-circuit (GH-5632)
2018-02-11 15:35:09 -06:00
Zachary Ware
28607e0dd9
Add short-circuit for doc changes to AppVeyor (GH-5519)
2018-02-11 11:19:51 -06:00
Zachary Ware
685045060e
Try to fix the AppVeyor cache mechanism (GH-5536)
2018-02-04 14:36:43 -06:00
Zachary Ware
7de25b1124
Fix version in AppVeyor (GH-5535)
2018-02-04 14:09:29 -06:00
Zachary Ware
b216a25312
Fix version in AppVeyor config (GH-5124)
2018-01-07 12:59:48 -06:00
Zachary Ware
7f7de371f9
Kill the AppVeyor file whitelist (GH-5121)
...
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.
2018-01-06 20:41:17 -06:00
Stefan Grönke
f1502d097c
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
2017-09-25 17:58:10 +01:00
Steve Dower
5fcd5e64ee
bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) ( #3311 )
2017-09-06 10:01:38 -07:00
Zachary Ware
f801322e92
Cache externals, depending on changes to PCbuild ( #3308 )
2017-09-04 14:59:02 -07:00
Victor Stinner
b907abc885
bpo-30871: Add test.pythoninfo ( #3075 )
...
* 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
2017-08-17 16:40:51 +02:00
Steve Dower
5feda33a35
bpo-30450: Fix logic for retrying nuget.exe download ( #2744 )
...
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
2017-07-18 19:31:51 +02:00
Victor Stinner
49bc743028
AppVeyor: run tests with --fail-env-changed ( #2522 )
2017-07-01 00:25:03 +02:00
Zachary Ware
42e3acda86
bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
2017-06-09 20:20:24 -05:00
Zachary Ware
d3bedf356a
Only run AppVeyor on long-lived branches (GH-1941)
...
Also on the short-lived `buildbot-custom` branch.
2017-06-04 15:18:50 -05:00
Zachary Ware
c5d3bfea0b
Only trigger AppVeyor on code or config changes (GH-611)
2017-03-11 14:55:35 -06:00
Zachary Ware
d31b28e16a
Add Appveyor (GH-324)
2017-03-05 15:45:53 -06:00