ningle-fbr/.github/workflows/CI.yml
paku 316d7756c4
All checks were successful
CI / test (sbcl-bin) (push) Successful in 47s
Add workflow for Forgejo actions
2025-01-12 01:13:36 +09:00

31 lines
592 B
YAML

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 ningle-fbr.asd