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

32 lines
582 B
YAML
Raw Normal View History

2025-01-11 14:13:57 +00:00
name: 'CI'
on:
push:
branches:
- 'main'
pull_request:
jobs:
test:
runs-on: docker
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
2025-01-11 16:27:21 +00:00
run: .qlot/bin/rove lack-mw.asd