Skip to content

Update metric tags. #172

Update metric tags.

Update metric tags. #172

Workflow file for this run

name: CI
on: push
jobs:
test:
name: ${{ matrix.lisp }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
lisp: [sbcl-bin, ccl-bin]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- uses: 40ants/setup-lisp@v1
- name: Make Qlot environment
run: ~/.roswell/bin/qlot install
- name: Build site
run: ~/.roswell/bin/qlot exec ros run --eval '(ql:quickload :poftheday)' --eval '(poftheday::render-site)' --eval '(uiop:quit)'