Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzkt committed Jan 2, 2024
1 parent f962594 commit 8811de3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: CI

# details & description at http://3bb.cc/blog/2020/09/11/github-ci/
# and/or https://github.com/roswell/roswell/wiki/GitHub-Actions

# Controls when the action will run. Triggers the workflow on push for any branch, and
# pull requests to master
on:
push:
pull_request:
branches: [ endless ]
branches: [ endless, core ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -17,7 +18,7 @@ jobs:
matrix:
# current ccl-bin has a flaky zip file, so roswell can't install it.
# Specify a version that works for now.
lisp: [ sbcl-bin ]
lisp: [ sbcl-bin, ccl-bin, ecl ]
os: [ windows-latest, ubuntu-latest, macos-latest ]

# run the job on every combination of "lisp" and "os" above
Expand Down

0 comments on commit 8811de3

Please sign in to comment.