Skip to content

emacs 29 doc&ci (#51) #28

emacs 29 doc&ci (#51)

emacs 29 doc&ci (#51) #28

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs_version:
- 27.1
- 28.1
- 29.3
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v2
- name: Print emacs version
run: emacs --version
- name: Install dependency
run: sudo apt install libarchive-tools
- name: Run tests
run: make test