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).
5 lines
166 B
Batchfile
5 lines
166 B
Batchfile
@rem Used by the buildbot "compile" step.
|
|
cmd /c Tools\buildbot\external.bat
|
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
|
cd PCbuild
|
|
devenv.com /useenv /build Debug pcbuild.sln |