> -----Original Message----- > From: Andrew Black [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 09, 2007 8:35 PM > To: [email protected] > Subject: Re: [PATCH] Windows build infrastructure > > The nightly testing infrastructure is primarily my domain. > The mechanics of the system are such that a copy of the > source tree is synced down from version control, and bundled > into an archive. This archive is then retrieved by a build > server, and built using a glue script which is provided with > instructions on what to build using a build specification file.
Unfortunately, I haven't seen the build logs from scripts with applied patch at Martin page (http://people.apache.org/~sebor/stdcxx/results/). So I commited the changes. I hope there no fatal errors (I have tested on my workstation with MSVC 7.1 and MSVC 8.0 and found no problems). Main changes: - disabled parallel builds in MSVC 8; - build log contain the all command lines (compiler, linker, ...); - examples, tests and locale tests performed with using batch mode of the exec utility; - build process performed by following algorithm: build .configure if failed goto end build .stdlib if failed goto end build examples build .rwtest build exec build utils (locale and localedef) if exec build failed goto end run examples if rwtest build failed goto end run tests if utils build failed goto end run locale tests end: Farid.
