Skip to content

Add note about :SOURCE-NAMESTRING argument to WITH-COMPILATION-UNIT #84

Add note about :SOURCE-NAMESTRING argument to WITH-COMPILATION-UNIT

Add note about :SOURCE-NAMESTRING argument to WITH-COMPILATION-UNIT #84

name: Build Lisp packages
on:
workflow_dispatch:
push:
branches: [ master ]
jobs:
build:
strategy:
matrix:
lisp: [ abcl, ecl, ccl, clasp, clisp, sbcl ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v25
- name: build
run: nix run --no-write-lock-file nixpkgs#sbcl -- --script test-lisp.lisp ${{ matrix.lisp }}