source: tags/1.7.1/ci/install-quicklisp.lisp

Last change on this file was 15293, checked in by Mark Evenson, 4 years ago

docker: use openjdk11 for build

Use autoconfiguration mechanism to set properties.

Include a Lisp fragment to install Quicklisp.

File size: 210 bytes
Line 
1;;; Install Quicklisp under ABCL via the QUICKLISP-ABCL contrib
2(require :asdf)
3(require :abcl-contrib)
4(asdf:load-system :quicklisp-abcl :force t)
5(let ((ql-util::*do-not-prompt* t))
6  (ql:add-to-init-file))
7
Note: See TracBrowser for help on using the repository browser.