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

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

[nongnu] elpa/zig-mode acf3ee8 104/104: Add GitHub Actions


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode acf3ee8 104/104: Add GitHub Actions
Date: Sun, 29 Aug 2021 11:37:11 -0400 (EDT)

branch: elpa/zig-mode
commit acf3ee8bbf6b7e49dbfaa8bc82a4c1b9b1f2b531
Author: joachimschmidt557 <joachim.schmidt557@outlook.com>
Commit: Joachim Schmidt <joachim.schmidt557@outlook.com>

    Add GitHub Actions
---
 .github/workflows/main.yml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..d6d1350
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,27 @@
+name: CI
+
+on: [push, pull_request]
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        emacs_version:
+          - 24.4
+          - 24.5
+          - 25.1
+          - 25.2
+          - 25.3
+          - 26.1
+          - 26.2
+          - 26.3
+          - 27.1
+          - 27.2
+    steps:
+    - uses: purcell/setup-emacs@master
+      with:
+        version: ${{ matrix.emacs_version }}
+    - uses: actions/checkout@v2
+    - name: Run tests
+      run: ./run_tests.sh



reply via email to

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