[LLVMdev] Buildbot now up and new build failures
Scott Graham
scott.llvm at h4ck3r.net
Mon Nov 3 13:58:05 PST 2008
On Sun, Nov 2, 2008 at 1:02 PM, Daniel Berlin <dberlin at dberlin.org> wrote:
> I set up a buildbot for llvm at http://google1.osuosl.org:8011/waterfall
> It builds every single revision of llvm, runs the testsuite, and
> reports the results. It takes about 3 minutes per build+test right
> now (it's an 8 core machine).
>
> Currently i have it building x86_64-linux.
> Setting up a builder/slave for any platform would be trivial.
I'd like to volunteer a Windows build slave, building via Visual
Studio (or CMake->VS) as that's the configuration I care about. Is
that plausible?
Before worrying about the buildbot part, I suppose I need to be able
run the tests. Do people do that regularly on Windows? It seems the
makefiles depend on running configure, but perhaps some (scary) hybrid
of building via VS, and running 'make check' under devilspawn^Hcygwin
is possible?
scott
More information about the llvm-dev
mailing list