Skip to content

without windows

without windows #19

Workflow file for this run

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
## windows-latest, ecl: ecl/system does not exist.stop.
## ref https://github.com/simendsjo/sijo-version/actions/runs/8207945773/job/22450316053
- 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