emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mentor 75faf589a5 2/2: Add test.yml


From: ELPA Syncer
Subject: [nongnu] elpa/mentor 75faf589a5 2/2: Add test.yml
Date: Sun, 30 Oct 2022 08:59:11 -0400 (EDT)

branch: elpa/mentor
commit 75faf589a5deb4b634b4a3d3fbd406fafa3097d9
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Add test.yml
---
 .github/workflows/test.yml | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
new file mode 100644
index 0000000000..0e2ee48be7
--- /dev/null
+++ b/.github/workflows/test.yml
@@ -0,0 +1,34 @@
+name: test
+on: [ push, pull_request ]
+jobs:
+  test:
+    runs-on: ubuntu-latest
+
+    strategy:
+      matrix:
+        emacs_version:
+        - 25.1
+        - 25.3
+        - 26.1
+        - 26.2
+        - 26.3
+        - 27.1
+        - 27.2
+        - 28.1
+        - 28.2
+        - snapshot
+
+    steps:
+    - name: Checkout mentor
+      uses: actions/checkout@v2
+
+    - name: Install emacs
+      uses: purcell/setup-emacs@master
+      with:
+        version: ${{ matrix.emacs_version }}
+
+    - name: Build mentor
+      run: make all
+
+    - name: Test mentor
+      run: make test



reply via email to

[Prev in Thread] Current Thread [Next in Thread]