This commit is contained in:
paku 2025-01-12 13:11:13 +09:00
parent 2562363e20
commit af04ea7217
Signed by: paku
GPG key ID: 5B4E8402BCC50607
2 changed files with 29 additions and 31 deletions

View file

@ -1,31 +0,0 @@
name: 'CI'
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
lisp:
- sbcl-bin
steps:
- uses: actions/checkout@v4
- name: Install dependencies
env:
LISP: ${{ matrix.lisp }}
run: |
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
ros install fukamachi/qlot
PATH="~/.roswell/bin:$PATH"
qlot install
- name: Run tests
run: .qlot/bin/rove lack-mw.asd

29
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,29 @@
name: 'CI'
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
lisp:
- sbcl-bin
- ccl-bin
env:
LISP: ${{ matrix.lisp }}
steps:
- uses: actions/checkout@v4
- uses: 40ants/setup-lisp@v4
with:
asdf-system: lack-mw
- uses: 40ants/run-tests@v2
with:
asdf-system: lack-mw