source: trunk/abcl/ci/install-swank.lisp @ 15678

Last change on this file since 15678 was 15678, checked in by Mark Evenson, 7 months ago

ci: ignore first error in installing SWANK

File size: 178 bytes
Line 
1(require :asdf)
2(require :abcl-contrib)
3(asdf:load-system :quicklisp-abcl)
4
5(or
6 (ignore-errors (asdf:make :swank))
7 (ql:quickload :swank))
8(swank:create-server :dont-close t)
9
10
Note: See TracBrowser for help on using the repository browser.