ruricolist / serapeum

Utilities beyond Alexandria
MIT License
420 stars 41 forks source link

Add more Lisp implementations to CI #102

Closed ruricolist closed 2 years ago

ruricolist commented 2 years ago

Currently we only test against SBCL and CCL because they were the only ones I could get working in CI. There may be other options now. I would at least like to test against ABCL and ECL as well, ideally also Allegro.

phoe commented 2 years ago

It should be possible to use Roswell for installing SBCL/CCL/ABCL/ECL/CLISP/Allegro and to run the CI on GitHub Actions. See https://roswell.github.io/GitHub-Actions.html

phoe commented 2 years ago

FYI: there is also a utility from @svetlyak40wt that might be useful in the future - see https://40ants.com/ci/#x-2840ANTS-CI-3A-3A-40RUN-TESTS-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29

svetlyak40wt commented 2 years ago

Feel free to ask me any questions related to my tool.

svetlyak40wt commented 2 years ago

There is another useful one, for showing build status for multiple implementations/OSe: https://github-actions.40ants.com/