-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (37 loc) · 1.26 KB
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
on: [push]
jobs:
tests:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
lisp:
## windows-latest, sbcl-bin: Tests isn't actually, but everything is green
## ref https://github.com/simendsjo/sijo-version/actions/runs/8207665322/job/22449443638
# sbcl-bin
## windows-latest, ccl-bin: ccl-bin/system does not exist.stop.
## ubuntu-latest, ccl-bin: Error: Invalid pathname component :HOME
## Ref https://github.com/simendsjo/sijo-version/actions/runs/8207847577/job/22450025143
## macos-latest, ccl-bin: Error: Invalid pathname component :HOME
## Ref https://github.com/simendsjo/sijo-version/actions/runs/8207847577/job/22450025421
# - ccl-bin
- ecl
# - abcl-bin
# - clasp-bin
# - cmu-bin
# - clisp-head
runs-on: ${{ matrix.os }}
env:
LISP: ${{ matrix.lisp }}
steps:
- uses: actions/checkout@v4
- uses: 40ants/setup-lisp@v4
with:
asdf-system: sijo-version/tests
qlfile-template: |
dist ultralisp http://dist.ultralisp.org
- uses: 40ants/run-tests@v2
with:
asdf-system: sijo-version