This commit is contained in:
parent
60731d3382
commit
e3f4773257
1 changed files with 10 additions and 12 deletions
22
.github/workflows/CI.yml
vendored
22
.github/workflows/CI.yml
vendored
|
@ -14,18 +14,16 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
lisp:
|
lisp:
|
||||||
- sbcl-bin
|
- sbcl-bin
|
||||||
|
- ccl-bin
|
||||||
|
|
||||||
|
env:
|
||||||
|
LISP: ${{ matrix.lisp }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: 40ants/setup-lisp@v4
|
||||||
- name: Install dependencies
|
with:
|
||||||
env:
|
asdf-system: ningle-fbr
|
||||||
LISP: ${{ matrix.lisp }}
|
- uses: 40ants/run-tests@v2
|
||||||
run: |
|
with:
|
||||||
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
|
asdf-system: ningle-fbr
|
||||||
ros install fukamachi/qlot
|
|
||||||
PATH="~/.roswell/bin:$PATH"
|
|
||||||
qlot install
|
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: .qlot/bin/rove ningle-fbr.asd
|
|
Loading…
Reference in a new issue