Skip to content

Commit

Permalink
Only include those that work
Browse files Browse the repository at this point in the history
  • Loading branch information
simendsjo committed Mar 8, 2024
1 parent 7f375b2 commit 668fadb
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,16 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
# I cannot get windows working for any implementations
# - windows-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
- sbcl-bin
- ecl
# The following doesn't work
# - ccl-bin
## windows-latest, ecl: ecl/system does not exist.stop.
## ref https://github.com/simendsjo/sijo-version/actions/runs/8207945773/job/22450316053
## ubuntu-latest, ecl: :HOME is not of type SEQUENCE.
## Ref https://github.com/simendsjo/sijo-version/actions/runs/8207998730/job/22450476024
## macos-latest, ecl: :HOME is not of type SEQUENCE.
## Ref https://github.com/simendsjo/sijo-version/actions/runs/8207998730/job/22450476269
# - ecl
## ubuntu-latest, abcl-bin: Unsupported directory component HOME.
## Ref https://github.com/simendsjo/sijo-version/actions/runs/8208066035/job/22450691213
## windows-latest, abcl-bin: abcl-bin/system does not exist.stop.
## Ref https://github.com/simendsjo/sijo-version/actions/runs/8208066035/job/22450783997
## macos-latest, abcl-bin: Unsupported directory component HOME.
## Ref https://github.com/simendsjo/sijo-version/actions/runs/8208099990/job/22450796113
# - abcl-bin
- clasp-bin
# - clasp-bin
# - cmu-bin
# - clisp-head
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 668fadb

Please sign in to comment.