blob: 5e840cc7eaca84d47c3a1e40e6fe5bb1c8bfbf07 [file] [log] [blame]
Zachary Ware4c9c8482015-04-13 11:59:54 -05001@rem Used by the buildbot "compile" step.
Zachary Ware4c9c8482015-04-13 11:59:54 -05002
Zachary Ware6250df82015-06-09 23:16:52 -05003@rem Clean up
4call "%~dp0clean.bat" %*
Zachary Ware4c9c8482015-04-13 11:59:54 -05005
Zachary Ware6250df82015-06-09 23:16:52 -05006@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
Steve Dower4a6f4822016-03-08 13:10:29 -080010@rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only
Zachary Ware6250df82015-06-09 23:16:52 -050011
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
17call "%~dp0..\..\PCbuild\build.bat" -e -d -k -v %*