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

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

[elpa] externals/bnf-mode 87ffd61 13/43: Fast Makefile Test


From: Stefan Monnier
Subject: [elpa] externals/bnf-mode 87ffd61 13/43: Fast Makefile Test
Date: Mon, 20 Jan 2020 13:39:00 -0500 (EST)

branch: externals/bnf-mode
commit 87ffd61a922b390b82e342955992d649eed8aa01
Author: Serghei Iakovlev <address@hidden>
Commit: Serghei Iakovlev <address@hidden>

    Fast Makefile Test
---
 .github/workflows/build.yml | 39 +++++++++++++++++++++++++++------------
 1 file changed, 27 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 22973fd..8a7eec6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,21 +36,36 @@ jobs:
     strategy:
       fail-fast: false
 
-    matrix:
-      emacs_version:
-        - '24.3'
-        - '24.4'
-        - '24.5'
-        - '25.1'
-        - '25.2'
-        - '25.3'
-        - '26.1'
-        - '26.2'
-        - '26.3'
-        - snapshot
+      matrix:
+        emacs_version:
+          - '24.3'
+          - '24.4'
+          - '24.5'
+          - '25.1'
+          - '25.2'
+          - '25.3'
+          - '26.1'
+          - '26.2'
+          - '26.3'
+          - snapshot
 
     steps:
       - name: Checkout Code
         uses: actions/checkout@v2-beta
         with:
           fetch-depth: 5
+
+      - name: Setup GNU Emacs
+        uses: purcell/setup-emacs@master
+        with:
+          version: ${{ matrix.emacs_version }}
+
+      - name: Setup Cask
+        run: curl -fsSkL https://raw.github.com/cask/cask/master/go | python
+
+      - name: Set Environment Variables
+        run: echo "::set-env name=PATH::$HOME/.cask/bin:$PATH"
+
+      - name: Fast Makefile Test
+        run: |
+          make help



reply via email to

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