Skip to content

Commit

Permalink
Windows runner test
Browse files Browse the repository at this point in the history
  • Loading branch information
regob committed Sep 3, 2024
1 parent 0c870df commit c5753c9
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@ on:
- '**.org'
jobs:
# Linux ci adapted from https://github.com/purcell/emacs.d
startup_linux:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
emacs_version:
- 29.3
experimental: [false]
# include:
# - emacs_version: snapshot
# experimental: true
steps:
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v4
- name: Test directory
run: pwd
- name: Check startup
run: ./test/test_startup.sh
# startup_linux:
# runs-on: ubuntu-latest
# continue-on-error: ${{ matrix.experimental }}
# strategy:
# matrix:
# emacs_version:
# - 29.3
# experimental: [false]
# # include:
# # - emacs_version: snapshot
# # experimental: true
# steps:
# - uses: purcell/setup-emacs@master
# with:
# version: ${{ matrix.emacs_version }}
# - uses: actions/checkout@v4
# - name: Test directory
# run: pwd
# - name: Check startup
# run: ./test/test_startup.sh
# windows CI is experimental
startup_windows:
runs-on: windows-latest
steps:
- name: Install emacs
run: winget install GNU.Emacs
run: choco install emacs
- uses: actions/checkout@v4
- name: Check startup
run: bash ./test/test_startup.sh

0 comments on commit c5753c9

Please sign in to comment.