ci: update Makepkg and add CI
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

This commit is contained in:
2024-02-08 05:08:08 +01:00
parent fb6fbad1fc
commit 9b0a96a894
2 changed files with 32 additions and 55 deletions

27
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,27 @@
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