| 58 | | f.addStep(shell.ShellCommand(command="cd projects/bos ; lisp -load ../../thirdparty/asdf/asdf.lisp -load ../../tools/make-core.lisp", description=["make-core"])) |
|---|
| 59 | | f.addStep(shell.ShellCommand(command="cd projects/bos ; ./build.sh", description=["build"])) |
|---|
| | 58 | f.addStep(shell.ShellCommand(command="cd projects/bos ; lisp -batch -quiet -load ../../thirdparty/asdf/asdf.lisp -load ../../tools/make-core.lisp", description=["make-core"])) |
|---|
| | 59 | f.addStep(shell.ShellCommand(command="cd projects/bos ; ./build.sh -batch -quiet", description=["build"])) |
|---|