conlanging.el/.gitea/workflows/test.yml
Lucien Cartier-Tilet 531ce8db02
Some checks failed
CI / build (29.4) (push) Failing after 5s
CI / build (snapshot) (push) Failing after 2s
chore: add Eask pipeline
2024-09-14 09:54:12 +02:00

25 lines
451 B
YAML

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- 29.4
- snapshot
steps:
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@6
with:
version: ${{ matrix.emacs_version }}
- uses: emacs-eask/setup-eask@master
with:
version: 'snapshot'
- name: "Execute Eask CI"
run: make ci