Staging
v0.8.1
Revision 3050987d85d7cf8cdd4b3c053e673d13cd8dfb12 authored by Victor Stinner on 05 July 2017, 07:16:47 UTC, committed by GitHub on 05 July 2017, 07:16:47 UTC
* Rename again Lib/test/bisectcmd.py to Lib/test/bisect.py
* regrtest now removes '' and Lib/test/ from sys.path
* Use absolute import in test_bisect
1 parent d0ae4be
Raw File
build.bat
@rem Used by the buildbot "compile" step.
@setlocal

@rem Clean up
call "%~dp0clean.bat" %*

@rem If you need the buildbots to start fresh (such as when upgrading to
@rem a new version of an external library, especially Tcl/Tk):
@rem 1) uncomment the following line:

@rem    call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only

@rem 2) commit and push
@rem 3) wait for all Windows bots to start a build with that changeset
@rem 4) re-comment, commit and push again

@rem Do the build
call "%~dp0..\..\PCbuild\build.bat" -v -e -d -k %*
back to top