mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
add support for ccl32 on install-for-ci.sh
This commit is contained in:
parent
ab31919695
commit
6bce7f381f
|
|
@ -223,6 +223,10 @@ case "$LISP" in
|
|||
sbcl-bin)
|
||||
ros use $LISP
|
||||
;;
|
||||
ccl32)
|
||||
ros install ccl-bin
|
||||
ros config set ccl.bit 32
|
||||
;;
|
||||
*)
|
||||
ros install $LISP
|
||||
ros use $LISP
|
||||
|
|
|
|||
Loading…
Reference in a new issue