diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2025-11-16 11:16:00 -0700 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2025-11-16 11:16:00 -0700 |
| commit | 313fb607c03082750fbde9135cadf4a35db9d5b4 (patch) | |
| tree | 7299ff89c1e24568f401296b13d213ed1f0d98fb /ci/data/etc/sbclrc | |
| parent | 4f709f16c98624cae548d2516749bf7c6da903e8 (diff) | |
move CI to docker-compose
Diffstat (limited to 'ci/data/etc/sbclrc')
| -rw-r--r-- | ci/data/etc/sbclrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/data/etc/sbclrc b/ci/data/etc/sbclrc new file mode 100644 index 0000000..3a931d0 --- /dev/null +++ b/ci/data/etc/sbclrc @@ -0,0 +1,6 @@ +;;; The following lines added by ql:add-to-init-file: +#-quicklisp +(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp" + (user-homedir-pathname)))) + (when (probe-file quicklisp-init) + (load quicklisp-init))) |
