Skip to content

Sometimes the thread name is not simple? #16

Sometimes the thread name is not simple?

Sometimes the thread name is not simple? #16

Workflow file for this run

name: CI
on:
pull_request:
push:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
lisp: [ccl, sbcl]
os: [ubuntu-latest]
emacs_version: [24-5, 25-3, 26-3, 27-1, snapshot]
fail-fast: false
steps:
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v2
- run: nix-env -i ${{ matrix.lisp }} -f '<nixpkgs>'
- run: make LISP="${{ matrix.lisp }}" check