summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-06-04 00:52:38 -0400
committerGitHub <noreply@github.com>2018-06-04 00:52:38 -0400
commit1cbdbf35db16f2b06c0974b711c4d8b840c8a264 (patch)
tree15f86ee324fb5c1b498bcdfb4db1424348b6e9ee /.github
parent93ba6da27eed980600a874dfeffb2856fe1d4126 (diff)
downloadcpython-git-1cbdbf35db16f2b06c0974b711c4d8b840c8a264.tar.gz
bpo-33764: Appveyor fixes (GH-7364) (GH-7380)
* 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 c69e0ad2c4..3830666e87 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,6 +31,6 @@ build_script:
- cmd: PCbuild\build.bat -e
- cmd: PCbuild\python.exe -m test.pythoninfo
test_script:
- - cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest -j2
+ - cmd: PCbuild\rt.bat -q -uall -u-cpu -u-largefile -rwW --slowest -j2
environment:
HOST_PYTHON: C:\Python36\python.exe