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

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

[nongnu] elpa/typescript-mode 58304672c9 4/6: Update build.yml


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 58304672c9 4/6: Update build.yml
Date: Mon, 28 Feb 2022 03:59:09 -0500 (EST)

branch: elpa/typescript-mode
commit 58304672c90075bbadd2880b5d6fb0115be1fd91
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: GitHub <noreply@github.com>

    Update build.yml
---
 .github/workflows/build.yml | 50 +++++++++++++++++++++------------------------
 1 file changed, 23 insertions(+), 27 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 171a30f05c..0e2837e28f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,13 +16,8 @@ jobs:
       matrix:
         os: [ubuntu-latest, macos-latest]
         experimental: [false]
-        emacs: [""]
+        emacs: [26.1, 26.2, 26.3, 27.1, 27.2]
         include:
-        - emacs: 26.1
-        - emacs: 26.2
-        - emacs: 26.3
-        - emacs: 27.1
-        - emacs: 27.2
         - emacs: snapshot
           experimental: true
     continue-on-error: ${{ matrix.experimental }}
@@ -51,29 +46,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]