password-gen.el/.gitea/workflows/test.yml
Lucien Cartier-Tilet 9b0a96a894
Some checks failed
CI / build (snapshot) (push) Waiting to run
CI / build (26.3) (push) Failing after 1m39s
CI / build (27.2) (push) Failing after 1m44s
CI / build (28.2) (push) Failing after 2m5s
CI / build (29.1) (push) Has been cancelled
ci: update Makepkg and add CI
2024-02-08 05:10:01 +01:00

28 lines
507 B
YAML

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