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

Last change on this file since 15677 was 15677, checked in by Mark Evenson, 9 months ago

ci: recipe to install swank from scratch

Does not presume any initialization; if an existing SWANK installation
is already present, use that.

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