parent
32347bb0ce
commit
fac4d06a93
1 changed files with 5 additions and 17 deletions
|
@ -9,27 +9,15 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
strategy:
|
image: fukamachi/roswell:latest
|
||||||
matrix:
|
|
||||||
lisp:
|
|
||||||
- sbcl-bin
|
|
||||||
|
|
||||||
env:
|
|
||||||
LISP: ${{ matrix.lisp }}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Checkout code
|
||||||
- name: Install Roswell
|
uses: actions/checkout@v4
|
||||||
env:
|
|
||||||
LISP: ${{ matrix.lisp }}
|
|
||||||
run: |
|
|
||||||
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
|
|
||||||
- name: Install Qlot
|
- name: Install Qlot
|
||||||
run: ros install fukamachi/qlot
|
run: ros install fukamachi/qlot
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: qlot install
|
||||||
PATH="~/.roswell/bin:$PATH"
|
|
||||||
qlot install
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: .qlot/bin/rove hsx.asd
|
run: .qlot/bin/rove hsx.asd
|
||||||
|
|
Loading…
Reference in a new issue