Changeset 2679
- Timestamp:
- 03/06/08 11:42:13 (9 months ago)
- Files:
-
- buildbot/master/master.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
buildbot/master/master.cfg
r2677 r2679 56 56 f = factory.BuildFactory() 57 57 f.addStep(source.SVN(svnurl="svn://bknr.net/svn/branches/bos")) 58 f.addStep(shell.ShellCommand(command="cd projects/bos ; lisp -load ../../thirdparty/asdf/asdf.lisp -load ../../tools/make-core.lisp", description=["make-core"])) 58 59 f.addStep(shell.ShellCommand(command="cd projects/bos ; ./build.sh", description=["build"])) 59 60 return f
