hsx/.forgejo/workflows/test.yml
paku b1b94ca17e
Some checks failed
test / tests (sbcl-bin) (pull_request) Has been cancelled
test / tests (ccl-bin) (pull_request) Has been cancelled
Migrate from GitHub Actions to Forgejo Actions
2025-01-11 13:13:28 +09:00

36 lines
731 B
YAML

name: 'test'
on:
push:
branches:
- 'master'
pull_request:
jobs:
tests:
runs-on: docker
strategy:
matrix:
lisp:
- sbcl-bin
- ccl-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