Index: tests/cruisecontrol/config.xml =================================================================== --- tests/cruisecontrol/config.xml (Revision 0) +++ tests/cruisecontrol/config.xml (Revision 0) @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: tests/cruisecontrol/cc-build.sh =================================================================== --- tests/cruisecontrol/cc-build.sh (Revision 0) +++ tests/cruisecontrol/cc-build.sh (Revision 0) @@ -0,0 +1,19 @@ +#!/bin/sh + +# $Id$ + +# Build script for Continuous Integration with Cruise Control. +# Used by CI for Qemu. + +export LANG=C + +bindir=bin/native + +mkdir -p $bindir +cd $bindir + +../../configure + +(make || echo build failed) 2>&1 | tee make.log + +# eof Eigenschaftsänderungen: tests/cruisecontrol/cc-build.sh ___________________________________________________________________ Name: svn:executable + *