Skip to content

Commit

Permalink
Fix the GitHub actions for regression testing. (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgoldman authored Aug 17, 2023
1 parent 6eb3337 commit 9ba0eab
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,36 @@ jobs:
matrix:
os: [ubuntu-latest]
lisp:
- ccl-bin
- ccl-bin/1.12.2
# - allegro Allegro from Roswell can't load FiveAM from quicklisp
- ecl
- cmu
# - clisp clisp install from Roswell does not work.
# disable CMU because Roswell's trying to install an
# ancient version (18a).
# - cmu-bin/21e
# - clisp/2.49 clisp install from Roswell does not work.
# - mkcl Tests not implemented on mkcl
# - abcl ABCL install from Roswell does not work
- sbcl-bin
- clisp-head


env:
LISP: ${{ matrix.lisp }}

steps:
- name: prepare
uses: 40ants/setup-lisp@v2
with:
roswell-version: v22.12.14.113
asdf-version: 3.3.6
# - name: Collect prerequisites
# shell: bash
# if: ${{ matrix.lisp == 'sbcl' }}
# run: |
# sudo apt-get update
# sudo apt-get install -y zlib1g-dev nlibzstd-dev

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Checkout submodules
shell: bash
Expand Down

0 comments on commit 9ba0eab

Please sign in to comment.