Lines Matching +full:- +full:uall
5 - master
6 - /\d\.\d/
7 - buildbot-custom
9 - externals -> PCbuild\*
11 - ps: |+
13 echo 'Doing full build due to re-build request.'
17 git fetch -q origin +refs/heads/$env:APPVEYOR_REPO_BRANCH
18 $mergebase = git merge-base HEAD FETCH_HEAD
19 $changes = git diff --name-only HEAD $mergebase | grep -vE '(\.rst$)|(^Doc)|(^Misc)'
22 Exit-AppveyorBuild
24 echo 'Doing full build due to non-doc changes in these files:'
31 - cmd: PCbuild\build.bat -e
32 - cmd: PCbuild\python.exe -m test.pythoninfo
34 - cmd: PCbuild\rt.bat -q -uall -u-cpu -u-largefile -rwW --slowest -j2