Skip to content

CI

CI #1875

Workflow file for this run

name: CI
on:
push:
pull_request:
schedule:
- cron: '0 15 * * *'
jobs:
test_linux:
name: ${{ matrix.lisp }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
lisp: [sbcl-bin]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Run tests
run: make test
test_mac:
name: ${{ matrix.lisp }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
lisp: [sbcl-bin]
os: [macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Install Roswell
env:
LISP: ${{ matrix.lisp }}
run: |
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
- name: Install Ultralisp
run: ros -e '(ql-dist:install-dist "http:https://dist.ultralisp.org/" :prompt nil)'
- name: Install Rove
run: ros install fukamachi/rove
- name: Run tests
run: |
PATH="~/.roswell/bin:$PATH"
rove dexador-test.asd