Add job --log
[candle] / candle.asd
1 (asdf:defsystem candle
2  :name "Command Line Common Lisp Continuous Integration Tool"
3  :version "0.1"
4  :maintainer "Frank Duncan (frank@consxy.com)"
5  :author "Frank Duncan (frank@consxy.com)"
6  :serial t
7  :pathname "src/main"
8  :components ((:file "package")
9               (:file "base")
10               (:file "server")
11               (:file "cli")
12               (:file "git")
13               (:file "processor")
14               (:file "local")
15               (:file "run"))
16  :depends-on (:herbie-utility :opera))