Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4ab4ac8e
Commit
4ab4ac8e
authored
Jun 17, 2015
by
Zachary Ware
Browse files
Options
Browse Files
Download
Plain Diff
Merge 3.4
parents
6c7f2acd
9fe16436
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
3 deletions
+15
-3
Tools/buildbot/build-amd64.bat
Tools/buildbot/build-amd64.bat
+4
-1
Tools/buildbot/clean-amd64.bat
Tools/buildbot/clean-amd64.bat
+4
-1
Tools/buildbot/external-amd64.bat
Tools/buildbot/external-amd64.bat
+1
-0
Tools/buildbot/external.bat
Tools/buildbot/external.bat
+1
-0
Tools/buildbot/test-amd64.bat
Tools/buildbot/test-amd64.bat
+5
-1
No files found.
Tools/buildbot/build-amd64.bat
View file @
4ab4ac8e
@rem
Used
by
the
buildbot
"compile"
step
.
@rem
Formerly
used
by
the
buildbot
"compile"
step
.
@echo
This
script
is
no
longer
used
and
may
be
removed
in
the
future
.
@echo
To
get
the
same
effect
as
this
script
,
use
@echo
PCbuild
\build.bat
-d -e -k -p
x64
call
"
%~dp0
build.bat"
-p
x64
%
*
Tools/buildbot/clean-amd64.bat
View file @
4ab4ac8e
@rem
Used
by
the
buildbot
"clean"
step
.
@rem
Formerly
used
by
the
buildbot
"clean"
step
.
@echo
This
script
is
no
longer
used
and
may
be
removed
in
the
future
.
@echo
To
get
the
same
effect
as
this
script
,
use
`clean.bat`
from
this
@echo
directory
and
pass
`-p x64`
as
two
arguments
.
call
"
%~dp0
clean.bat"
-p
x64
%
*
Tools/buildbot/external-amd64.bat
View file @
4ab4ac8e
@echo
This
script
is
no
longer
used
and
may
be
removed
in
the
future
.
@echo
Please
use
PCbuild
\get_externals.bat
instead
.
@
"
%~dp0
..\..\PCbuild\get_externals.bat"
%
*
Tools/buildbot/external.bat
View file @
4ab4ac8e
@echo
This
script
is
no
longer
used
and
may
be
removed
in
the
future
.
@echo
Please
use
PCbuild
\get_externals.bat
instead
.
@
"
%~dp0
..\..\PCbuild\get_externals.bat"
%
*
Tools/buildbot/test-amd64.bat
View file @
4ab4ac8e
@rem
Used
by
the
buildbot
"test"
step
.
@rem
Formerly
used
by
the
buildbot
"test"
step
.
@echo
This
script
is
no
longer
used
and
may
be
removed
in
the
future
.
@echo
To
get
the
same
effect
as
this
script
,
use
@echo
PCbuild
\rt.bat
-q -d -x
64
-uall -rwW
@echo
or
use
`test.bat`
in
this
directory
and
pass
`-x64`
as
an
argument
.
call
"
%~dp0
test.bat"
-x
64
%
*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment