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

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

[elpa] externals/compat e689153 76/99: Merge compile and run into one Gi


From: ELPA Syncer
Subject: [elpa] externals/compat e689153 76/99: Merge compile and run into one GitHub Action job
Date: Sun, 17 Oct 2021 05:58:00 -0400 (EDT)

branch: externals/compat
commit e689153ae07b11b7f9ac8536d7bd1d3b585201f9
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Merge compile and run into one GitHub Action job
---
 .github/workflows/makefile.yml | 32 +++-----------------------------
 1 file changed, 3 insertions(+), 29 deletions(-)

diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index a3a1e68..21731ff 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -9,34 +9,8 @@ on:
       - '**.md'
 
 jobs:
-  compile:
-    name: 'Compile'
-    runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        emacs-version:
-          - '24.3'
-          - '24.4'
-          - '24.5'
-          - '25.1'
-          - '25.2'
-          - '25.3'
-          - '26.1'
-          - '26.2'
-          - '26.3'
-          - '27.1'
-          - '27.2'
-          - 'snapshot'
-    steps:
-    - uses: actions/checkout@v2
-    - uses: purcell/setup-emacs@master
-      with:
-        version: ${{ matrix.emacs-version }}
-    - name: Compile Elisp files
-      run: make -k compile
-
   test:
-    name: 'Test'
+    name: 'Compile and Test'
     runs-on: ubuntu-latest
     strategy:
       matrix:
@@ -58,5 +32,5 @@ jobs:
     - uses: purcell/setup-emacs@master
       with:
         version: ${{ matrix.emacs-version }}
-    - name: Run tests
-      run: make test
+    - name: Compile and run tests
+      run: make



reply via email to

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