mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Windows builbot's "build" step to the start of its "test" step. This is poke-and-hope. The hope is that compilation failures on Windows will become visible to the buildbot (bsddb has apparently been failing to compile in 2.4 on Windows "for some time" now, but the buildbots haven't noticed that).
6 lines
228 B
Batchfile
6 lines
228 B
Batchfile
@rem Used by the buildbot "test" step.
|
|
cd PCbuild
|
|
@rem Fetch encoding test files. Note that python_d needs to be built first.
|
|
if not exist BIG5.TXT python_d.exe ..\Tools\buildbot\fetch_data_files.py
|
|
call rt.bat -d -q -uall -rw
|