lack-mw/.github/workflows/CI.yml

32 lines
589 B
YAML
Raw Normal View History

2025-01-11 14:13:57 +00:00
name: 'CI'
2024-12-21 09:02:54 +00:00
on:
push:
branches:
- 'main'
pull_request:
jobs:
2025-01-11 16:27:21 +00:00
test:
2024-12-21 09:02:54 +00:00
runs-on: ubuntu-latest
2025-01-11 14:13:57 +00:00
2024-12-21 09:02:54 +00:00
strategy:
matrix:
lisp:
- sbcl-bin
2025-01-11 14:13:57 +00:00
2024-12-21 09:02:54 +00:00
steps:
- uses: actions/checkout@v4
2025-01-11 16:27:21 +00:00
- 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