From: Chanwoo Yoo
Subject: About build and test automation in CL
Date: 
Message-ID: <79964216-2653-4720-ac02-6dcbf2a1bf3f@x69g2000hsx.googlegroups.com>
Hello. I need to achieve project automation for a project of our lab.
Now I can organize system and test suite by using asdf and FiveAM. But
I want that build and test are performed automatically when any code
change occurs in SVN repository. What do you use for this? Is there a
tool like CruiseControl in CL? Or can I  know the way to trigger some
expressions in slime when codes are committed in the repository?
From: Sohail Somani
Subject: Re: About build and test automation in CL
Date: 
Message-ID: <8LBjj.7017$yQ1.3560@edtnps89>
On Wed, 16 Jan 2008 21:28:11 -0800, Chanwoo Yoo wrote:

> Hello. I need to achieve project automation for a project of our lab.
> Now I can organize system and test suite by using asdf and FiveAM. But I
> want that build and test are performed automatically when any code
> change occurs in SVN repository. What do you use for this? Is there a
> tool like CruiseControl in CL? Or can I  know the way to trigger some
> expressions in slime when codes are committed in the repository?

You can use cruise control (I personally prefer the Buildbot.) Your tests 
should utilize your Lisp's mechanism to eval expressions from the command-
line. So for sbcl, you might do:

sbcl --load "file-that-compiles-and-runs-tests.lisp"

-- 
Sohail Somani
http://uint32t.blogspot.com