We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bbe2b commit 187a304Copy full SHA for 187a304
.github/workflows/test.yml
@@ -12,19 +12,21 @@ jobs:
12
strategy:
13
matrix:
14
emacs_version:
15
- - 29.3
16
- - 30.1
+ - 30.2
17
experimental: [false]
18
- # include:
19
- # - emacs_version: snapshot
20
- # experimental: true
+ host:
+ - home
+ - work
21
steps:
22
- uses: purcell/setup-emacs@master
23
with:
24
version: ${{ matrix.emacs_version }}
25
- uses: actions/checkout@v4
26
- - name: Test directory
+ - name: Show test directory
27
run: pwd
+ - name: Init
28
+ run: |
29
+ printf "(setq rb/host-type '${{matrix.host}})\n(provide 'init-local-pre)\n" > ./lisp/init-local-pre.el
30
- name: Check startup
31
run: ./test/test_startup.sh
32
# windows CI is experimental and uses the Emacs version packaged
0 commit comments