Skip to content

Commit 5830467

Browse files
authored
Update build.yml
1 parent beda3d6 commit 5830467

File tree

1 file changed

+23
-27
lines changed

1 file changed

+23
-27
lines changed

.github/workflows/build.yml

+23-27
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,8 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest]
1818
experimental: [false]
19-
emacs: [""]
19+
emacs: [26.1, 26.2, 26.3, 27.1, 27.2]
2020
include:
21-
- emacs: 26.1
22-
- emacs: 26.2
23-
- emacs: 26.3
24-
- emacs: 27.1
25-
- emacs: 27.2
2621
- emacs: snapshot
2722
experimental: true
2823
continue-on-error: ${{ matrix.experimental }}
@@ -51,29 +46,30 @@ jobs:
5146
run: |
5247
emacs --version
5348
make test
54-
windows-build:
55-
runs-on: windows-latest
56-
strategy:
57-
matrix:
58-
emacs: [26.1, 26.2, 26.3, 27.1, 27.2, snapshot]
49+
50+
# windows-build:
51+
# runs-on: windows-latest
52+
# strategy:
53+
# matrix:
54+
# emacs: [26.1, 26.2, 26.3, 27.1, 27.2, snapshot]
5955

60-
steps:
61-
- uses: actions/checkout@v2
56+
# steps:
57+
# - uses: actions/checkout@v2
6258

63-
- uses: actions/setup-python@v2
64-
with:
65-
python-version: "3.6"
66-
architecture: "x64"
59+
# - uses: actions/setup-python@v2
60+
# with:
61+
# python-version: "3.6"
62+
# architecture: "x64"
6763

68-
- uses: jcs090218/setup-emacs-windows@master
69-
with:
70-
version: ${{ matrix.emacs }}
64+
# - uses: jcs090218/setup-emacs-windows@master
65+
# with:
66+
# version: ${{ matrix.emacs }}
7167

72-
- uses: conao3/setup-cask@master
73-
with:
74-
version: 0.8.4
68+
# - uses: conao3/setup-cask@master
69+
# with:
70+
# version: 0.8.4
7571

76-
- name: Run a multi-line script
77-
run: |
78-
emacs --version
79-
make test
72+
# - name: Run a multi-line script
73+
# run: |
74+
# emacs --version
75+
# make test

0 commit comments

Comments
 (0)