Thanks to visit codestin.com Credit goes to github.com
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 13f51d9 commit 47a6c79Copy full SHA for 47a6c79
1 file changed
.github/appveyor.yml
@@ -20,18 +20,19 @@ 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 --fail-env-changed -j0
34
+ - cmd: PCbuild\rt.bat -q -uall -u-cpu -u-largefile -rwW --slowest --timeout=1200 --fail-env-changed -j0
35
environment:
36
HOST_PYTHON: C:\Python36\python.exe
37
image:
-- Visual Studio 2017
38
+ - Visual Studio 2017
0 commit comments