Skip to content

Use Eask

Use Eask #667

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
tags:
- '*'
paths:
- '**'
- '!*.md'
pull_request:
paths:
- '**'
- '!*.md'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
emacs-version:
- "28.2"
- "29.2"
steps:
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
- uses: emacs-eask/setup-eask@master
with:
version: 'snapshot'
- run: emacs -Q -l .emacs.d/early-init.el -l .emacs.d/init.el --batch
- name: Eask
run: |
eask clean all
eask compile