summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-06-04 00:47:37 -0400
committerGitHub <noreply@github.com>2018-06-04 00:47:37 -0400
commitb8f2fb52007f6d0d9eacfb459a9e813678f55f7e (patch)
tree0d29fcf40398ea321e2dc142c7edece9b4343108 /.github
parent2e601c54d9d5f03f1fe1f7b4a1f2cb8e843fdeae (diff)
downloadcpython-git-b8f2fb52007f6d0d9eacfb459a9e813678f55f7e.tar.gz
bpo-33764: Appveyor fixes (GH-7364) (GH-7379)
* Prevent spurious message if taking a shortcut * Fix YAML style * Disable largefile tests
Diffstat (limited to '.github')
-rw-r--r--.github/appveyor.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index e26969664e..09eb7db0f0 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -20,9 +20,10 @@ before_build:
If (!$changes) {
echo 'Only docs were updated, stopping build process.'
Exit-AppveyorBuild
+ } else {
+ echo 'Doing full build due to non-doc changes in these files:'
+ echo $changes
}
- echo 'Doing full build due to non-doc changes in these files:'
- echo $changes
}
@@ -30,7 +31,7 @@ build_script:
- cmd: PCbuild\build.bat -e
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
test_script:
- - cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
+ - cmd: PCbuild\rt.bat -q -uall -u-cpu -u-largefile -rwW --slowest --timeout=1200 -j0
environment:
HOST_PYTHON: C:\Python36\python.exe
image: