Home | History | Annotate | Download | only in buildbot
      1 @rem Used by the buildbot "compile" step.
      2 
      3 @rem Clean up
      4 call "%~dp0clean.bat" %*
      5 
      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 %*
     18