Added support for ABCL and fixed a typo.

This commit is contained in:
Alexander Artemenko 2021-01-27 00:53:24 +03:00
parent a18131bdf4
commit 8bb30da4c3
2 changed files with 4 additions and 5 deletions

View file

@ -34,15 +34,11 @@ jobs:
- quicklisp - quicklisp
- ultralisp - ultralisp
include: include:
# Fails because this error on cl-info start:
# ill-formed handler binding ((LAMBDA (DEFMAIN/DEFMAIN::C) (DECLARE (IGNORABLE DEFMAIN/DEFMAIN::C)) (UIOP/IMAGE:QUIT 0)))
- lisp: abcl
can-fail: true
# Seems allegro is does not support 64bit OSX. # Seems allegro is does not support 64bit OSX.
# Unable to install it using Roswell: # Unable to install it using Roswell:
# alisp is not executable. Missing 32bit glibc? # alisp is not executable. Missing 32bit glibc?
- lisp: allegro - lisp: allegro
os: maxos-latest os: macos-latest
can-fail: true can-fail: true
# CLisp on Ubuntu can't be installed because of the error: # CLisp on Ubuntu can't be installed because of the error:
# #<FOREIGN-VARIABLE "rl_readline_state" #x00007FA93E698850> does not have # #<FOREIGN-VARIABLE "rl_readline_state" #x00007FA93E698850> does not have

View file

@ -7,6 +7,9 @@
.. image:: https://travis-ci.org/40ants/cl-info.svg?branch=master .. image:: https://travis-ci.org/40ants/cl-info.svg?branch=master
:target: https://travis-ci.org/40ants/cl-info :target: https://travis-ci.org/40ants/cl-info
.. image:: https://github.com/40ants/cl-info/workflows/Check%20Installation/badge.svg
:target: https://github.com/40ants/cl-info/actions
.. Everything starting from this commit will be inserted into the .. Everything starting from this commit will be inserted into the
index page of the HTML documentation. index page of the HTML documentation.
.. include-from .. include-from