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:
20
20
If (!$changes) {
21
21
echo 'Only docs were updated, stopping build process.'
22
22
Exit-AppveyorBuild
23
+ } else {
24
+ echo 'Doing full build due to non-doc changes in these files:'
25
+ echo $changes
23
26
}
24
- echo 'Doing full build due to non-doc changes in these files:'
25
- echo $changes
26
27
}
27
28
28
29
29
30
build_script :
30
31
- cmd : PCbuild\build.bat -e
31
32
- cmd : PCbuild\win32\python.exe -m test.pythoninfo
32
33
test_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
34
35
environment :
35
36
HOST_PYTHON : C:\Python36\python.exe
36
37
image :
37
- - Visual Studio 2017
38
+ - Visual Studio 2017
You can’t perform that action at this time.
0 commit comments