From 8bb30da4c33396fe659ee92a342520260457a22b Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Wed, 27 Jan 2021 00:53:24 +0300 Subject: [PATCH] Added support for ABCL and fixed a typo. --- .github/workflows/install.yml | 6 +----- README.rst | 3 +++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 5ae39dd..688cb10 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -34,15 +34,11 @@ jobs: - quicklisp - ultralisp 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. # Unable to install it using Roswell: # alisp is not executable. Missing 32bit glibc? - lisp: allegro - os: maxos-latest + os: macos-latest can-fail: true # CLisp on Ubuntu can't be installed because of the error: # # does not have diff --git a/README.rst b/README.rst index c071aa9..14dba4e 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,9 @@ .. image:: https://travis-ci.org/40ants/cl-info.svg?branch=master :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 index page of the HTML documentation. .. include-from