We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e601c5 commit b8f2fb5Copy full SHA for b8f2fb5
.github/appveyor.yml
@@ -20,17 +20,18 @@ before_build:
20
If (!$changes) {
21
echo 'Only docs were updated, stopping build process.'
22
Exit-AppveyorBuild
23
+ } else {
24
+ echo 'Doing full build due to non-doc changes in these files:'
25
+ echo $changes
26
}
- echo 'Doing full build due to non-doc changes in these files:'
- echo $changes
27
28
29
30
build_script:
31
- cmd: PCbuild\build.bat -e
32
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
33
test_script:
- - cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
34
+ - cmd: PCbuild\rt.bat -q -uall -u-cpu -u-largefile -rwW --slowest --timeout=1200 -j0
35
environment:
36
HOST_PYTHON: C:\Python36\python.exe
37
image:
0 commit comments