Add GitHub Actions for mirror repo
All checks were successful
CI / test (sbcl-bin) (push) Successful in 51s

This commit is contained in:
paku 2025-01-11 20:12:17 +09:00
parent 9dd80a7e60
commit d9dacae4d2
Signed by: paku
GPG key ID: 5B4E8402BCC50607

32
.github/workflows/CI.yml vendored Normal file
View file

@ -0,0 +1,32 @@
name: 'CI'
on:
push:
branches:
- 'master'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
lisp:
- sbcl-bin
steps:
- uses: actions/checkout@v4
- name: Install dependencies
if: steps.restore-cache.outputs.cache-hit != 'true'
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 hsx.asd