Skip to content

Initial commit of cl-win32-errors library #2

Initial commit of cl-win32-errors library

Initial commit of cl-win32-errors library #2

Workflow file for this run

# .github/workflows/ci.yml
name: CI
on:
push:
branches: [ "main", "master" ]
pull_request:
branches: [ "main", "master" ]
jobs:
test:
runs-on: windows-latest
env:
LISP: sbcl-bin
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Common Lisp
uses: 40ants/setup-lisp@v4
with:
asdf-system: cl-win32-errors
- name: Install Dependencies & Run Tests
shell: lispsh -eo pipefail {0}
run: |
ros install fiveam
ros --eval "(asdf:test-system :cl-win32-errors)" --quit