Compare commits
1 commit
fd90d78496
...
b1b94ca17e
Author | SHA1 | Date | |
---|---|---|---|
b1b94ca17e |
1 changed files with 14 additions and 7 deletions
|
@ -20,10 +20,17 @@ jobs:
|
||||||
LISP: ${{ matrix.lisp }}
|
LISP: ${{ matrix.lisp }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://github.com/40ants/setup-lisp@v4
|
- name: Install Roswell
|
||||||
with:
|
env:
|
||||||
asdf-system: hsx
|
LISP: ${{ matrix.lisp }}
|
||||||
- uses: https://github.com/40ants/run-tests@v2
|
run: |
|
||||||
with:
|
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
|
||||||
asdf-system: hsx
|
- name: Install Qlot
|
||||||
|
run: |
|
||||||
|
ros install fukamachi/qlot
|
||||||
|
PATH="~/.roswell/bin:$PATH"
|
||||||
|
- name: Install dependencies
|
||||||
|
run: qlot install
|
||||||
|
- name: Run tests
|
||||||
|
run: .qlot/bin/rove hsx.asd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue