File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,19 @@ before_build:
2020 If (!$changes) {
2121 echo 'Only docs were updated, stopping build process.'
2222 Exit-AppveyorBuild
23+ } else {
24+ echo 'Doing full build due to non-doc changes in these files:'
25+ echo $changes
2326 }
24- echo 'Doing full build due to non-doc changes in these files:'
25- echo $changes
2627 }
2728
2829
2930build_script :
3031 - cmd : PCbuild\build.bat -e
3132 - cmd : PCbuild\win32\python.exe -m test.pythoninfo
3233test_script :
33- - 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
3435environment :
3536 HOST_PYTHON : C:\Python36\python.exe
3637image :
37- - Visual Studio 2017
38+ - Visual Studio 2017
You can’t perform that action at this time.
0 commit comments