Staging
v0.5.1
https://github.com/python/cpython
Revision ff2a5c0204bd08cde2f2c10605e1f9b442b5a7d6 authored by Miss Islington (bot) on 12 September 2019, 08:19:33 UTC, committed by Stéphane Wirtel on 12 September 2019, 08:19:33 UTC
* Edits for readability and grammar
(cherry picked from commit 362f5350eb5e2c7bfb0b0a8c306a2e128c3aee93)

Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
1 parent b7a310d
Raw File
Tip revision: ff2a5c0204bd08cde2f2c10605e1f9b442b5a7d6 authored by Miss Islington (bot) on 12 September 2019, 08:19:33 UTC
Doc: Update pickle.rst (GH-14128) (GH-16015)
Tip revision: ff2a5c0
build.bat
@rem Used by the buildbot "compile" step.

@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" -e -d -k -v %*
back to top