melpa workflow

This commit is contained in:
nik gaffney 2022-07-30 12:22:54 +02:00
parent 096903f07e
commit f721676511

View file

@ -3,10 +3,10 @@ name: CI
on: on:
push: push:
paths-ignore: paths-ignore:
- '**.md' - '**.org'
pull_request: pull_request:
paths-ignore: paths-ignore:
- '**.md' - '**.org'
jobs: jobs:
test: test:
@ -14,6 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
emacs_version: emacs_version:
- 28.1
- 27.2 - 27.2
- 26.3 - 26.3
- 25.3 - 25.3
@ -32,11 +33,9 @@ jobs:
- name: Test the uncompiled source - name: Test the uncompiled source
run: | run: |
cd el
eldev -p -dtT test eldev -p -dtT test
- name: Compile and run tests again - name: Compile and run tests again
run: | run: |
cd el
eldev compile eldev compile
eldev -p -dtT test eldev -p -dtT test