Skip to content

Commit

Permalink
Add clasp-bin 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 1073ced
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -27,3 +27,20 @@ jobs:
run: |
PATH="~/.roswell/bin:$PATH"
run-fiveam -l serapeum/tests 'serapeum.tests::serapeum'
test-clasp:
name: clasp-bin on ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install libllvm
run: |
sudo apt update --error-on=any && sudo apt install -y libllvm13
- name: Install Roswell
run: |
env LISP=clasp-bin curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
- name: Install ci-utils
run: ros install ci-utils
- name: Run tests
run: |
PATH="~/.roswell/bin:$PATH"
run-fiveam -l serapeum/tests 'serapeum.tests::serapeum'

0 comments on commit 1073ced

Please sign in to comment.