Skip to content

Commit

Permalink
Add CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
porcuquine committed Sep 4, 2024
1 parent 2d042a8 commit 4f62484
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: 'CI'

on:
push:
branches:
- 'main'
- 'master'
pull_request:

jobs:
tests:
runs-on: ubuntu-latest

strategy:
matrix:
lisp:
- sbcl-bin

env:
ON_CI_SERVER: ${{ 1 }}

steps:
- uses: actions/checkout@v1
- uses: 40ants/setup-lisp@v1
with:
asdf-system: cl-info
- uses: porcuquine/[email protected]
with:
asdf-system: loam

0 comments on commit 4f62484

Please sign in to comment.