Zachary Ware | 4c9c848 | 2015-04-13 11:59:54 -0500 | [diff] [blame] | 1 | @rem Used by the buildbot "compile" step.
|
Zachary Ware | 4c9c848 | 2015-04-13 11:59:54 -0500 | [diff] [blame] | 2 |
|
Zachary Ware | 6250df8 | 2015-06-09 23:16:52 -0500 | [diff] [blame^] | 3 | @rem Clean up
|
| 4 | call "%~dp0clean.bat" %*
|
Zachary Ware | 4c9c848 | 2015-04-13 11:59:54 -0500 | [diff] [blame] | 5 |
|
Zachary Ware | 6250df8 | 2015-06-09 23:16:52 -0500 | [diff] [blame^] | 6 | @rem If you need the buildbots to start fresh (such as when upgrading to
|
| 7 | @rem a new version of an external library, especially Tcl/Tk):
|
| 8 | @rem 1) uncomment the following line:
|
| 9 |
|
| 10 | @rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
|
| 11 |
|
| 12 | @rem 2) commit and push
|
| 13 | @rem 3) wait for all Windows bots to start a build with that changeset
|
| 14 | @rem 4) re-comment, commit and push again
|
| 15 |
|
| 16 | @rem Do the build
|
| 17 | call "%~dp0..\..\PCbuild\build.bat" -e -d -k -v %*
|