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

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

[nongnu] elpa/typescript-mode 88f317f0b6 6/6: Merge pull request #161 fr


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 88f317f0b6 6/6: Merge pull request #161 from emacs-typescript/buildfix
Date: Mon, 28 Feb 2022 03:59:09 -0500 (EST)

branch: elpa/typescript-mode
commit 88f317f0b6aef8f8d232e912fdbc679799580c56
Merge: 84ff4228b5 017a8200fa
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: GitHub <noreply@github.com>

    Merge pull request #161 from emacs-typescript/buildfix
    
    Update build.yml
---
 .github/workflows/build.yml | 55 +++++++++++++++++++++++++++------------------
 1 file changed, 33 insertions(+), 22 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3679f45f70..ad9e8714c5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,9 +12,19 @@ jobs:
   unix-build:
     runs-on: ${{ matrix.os }}
     strategy:
+      fail-fast: false
       matrix:
         os: [ubuntu-latest, macos-latest]
-        emacs: [26.1, 26.2, 26.3, 27.1, 27.2, snapshot]
+        experimental: [false]
+        emacs: [26.1, 26.2, 26.3, 27.1, 27.2]
+        include:
+        - emacs: snapshot
+          experimental: true
+          os: ubuntu-latest
+        - emacs: snapshot
+          experimental: true
+          os: macos-latest
+    continue-on-error: ${{ matrix.experimental }}
 
     steps:
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can 
access it
@@ -40,29 +50,30 @@ jobs:
         run: |
           emacs --version
           make test
-  windows-build:
-    runs-on: windows-latest
-    strategy:
-      matrix:
-        emacs: [26.1, 26.2, 26.3, 27.1, 27.2, snapshot]
+          
+  # windows-build:
+  #   runs-on: windows-latest
+  #   strategy:
+  #     matrix:
+  #       emacs: [26.1, 26.2, 26.3, 27.1, 27.2, snapshot]
 
-    steps:
-      - uses: actions/checkout@v2
+  #   steps:
+  #     - uses: actions/checkout@v2
 
-      - uses: actions/setup-python@v2
-        with:
-          python-version: "3.6"
-          architecture: "x64"
+  #     - uses: actions/setup-python@v2
+  #       with:
+  #         python-version: "3.6"
+  #         architecture: "x64"
 
-      - uses: jcs090218/setup-emacs-windows@master
-        with:
-          version: ${{ matrix.emacs }}
+  #     - uses: jcs090218/setup-emacs-windows@master
+  #       with:
+  #         version: ${{ matrix.emacs }}
 
-      - uses: conao3/setup-cask@master
-        with:
-          version: 0.8.4
+  #     - uses: conao3/setup-cask@master
+  #       with:
+  #         version: 0.8.4
 
-      - name: Run a multi-line script
-        run: |
-          emacs --version
-          make test
+  #     - name: Run a multi-line script
+  #       run: |
+  #         emacs --version
+  #         make test



reply via email to

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