diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-07-19 09:11:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-19 09:11:08 +0200 |
commit | e99d3a52a50b3f836fb9fb88f317aacddd494858 (patch) | |
tree | 3347183e2ddbd4948ac3070d96505ca6a38908f8 /.github | |
parent | bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2748) (diff) | |
download | cpython-e99d3a52a50b3f836fb9fb88f317aacddd494858.tar.gz cpython-e99d3a52a50b3f836fb9fb88f317aacddd494858.tar.bz2 cpython-e99d3a52a50b3f836fb9fb88f317aacddd494858.zip |
[3.6] bpo-30450: Improved logic for obtaining dependencies (#2751)
Adds alternate download approach for nuget.exe
Fall back to git.exe if no Python is found. (#2739)
Also check whether git.exe is on PATH if it will be used.
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
Diffstat (limited to '.github')
-rw-r--r-- | .github/appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 04566eafe58..38ca3c4de15 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -9,6 +9,8 @@ build_script: - cmd: PCbuild\build.bat -e test_script: - cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 +environment: + HOST_PYTHON: C:\Python36\python.exe # Only trigger AppVeyor if actual code or its configuration changes only_commits: |