source: trunk/abcl/ci/install-quicklisp.lisp

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

ci: various maintenance changes

Travis CI now uses versions of STATIC-VECTORS, CL+SSL, and CFFI from
Quicklisp distribution as all outstanding patches have been absorbed
upstream. While this means testing will change depending on the
current Quicklisp distribution when the tests are invoked, it will
more properly reflect common usage of these systems.

Overhaul ABCL-PROVE system definition explicitly enumerating tests for
more deterministic behavior. Remove unnecessary ABCL-PROVE/T
sub-system. Remove testing of JEANNIE from ABCL-PROVE so that it has
no dependencies external to the ABCL source tree.

Add TIME forms to ABCL/TEST/ANSI invocation.

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