Skip to content

Commit

Permalink
Add clasp to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ruricolist committed Apr 25, 2024
1 parent 861bfcd commit daaeadc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -27,3 +27,19 @@ jobs:
run: |
PATH="~/.roswell/bin:$PATH"
run-fiveam -l serapeum/tests 'serapeum.tests::serapeum'
test-clasp:
name: clasp in Docker
runs-on: ubuntu-latest
container: ghcr.io/clasp-developers/clasp:latest
steps:
- uses: actions/checkout@v1
- name: Compile Serapeum
env:
HOME: /home/app
run: |
clasp --eval "(handler-case (ql:quickload :serapeum) (error () (uiop:quit 1)))" --quit
- name: Test Serapeum
env:
HOME: /home/app
run: |
clasp --eval "(handler-case (asdf:test-system :serapeum) (error () (uiop:quit 1)))" --quit

0 comments on commit daaeadc

Please sign in to comment.