hsx/.forgejo/workflows/CI.yml
paku 0d233b101b
Some checks failed
CI / test (sbcl-bin) (pull_request) Failing after 4m28s
Migrate from GitHub Actions to Forgejo Actions
2025-01-11 13:15:23 +09:00

35 lines
708 B
YAML

name: 'CI'
on:
push:
branches:
- 'master'
pull_request:
jobs:
test:
runs-on: docker
strategy:
matrix:
lisp:
- sbcl-bin
env:
LISP: ${{ matrix.lisp }}
steps:
- uses: actions/checkout@v4
- name: Install Roswell
env:
LISP: ${{ matrix.lisp }}
run: |
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
- name: Install Qlot
run: |
ros install fukamachi/qlot
PATH="~/.roswell/bin:$PATH"
- name: Install dependencies
run: qlot install
- name: Run tests
run: .qlot/bin/rove hsx.asd