This commit is contained in:
Akira Tempaku 2025-04-21 01:36:52 +09:00
parent 47c182ff4b
commit 574b760ff7
Signed by: paku
GPG key ID: 5B4E8402BCC50607
10 changed files with 278 additions and 90 deletions
.github/workflows

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: microcms
- uses: 40ants/run-tests@v2
with:
asdf-system: microcms