Skip to content

Commit

Permalink
[ci] test emacs-plus@27 --with-x11
Browse files Browse the repository at this point in the history
  • Loading branch information
d12frosted committed Nov 28, 2020
1 parent 966ae0e commit 5ac3bb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/emacs-27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- ""
- "--with-xwidgets"
- "--with-no-titlebar"
- "--with-x11"
- "--HEAD"
- "--HEAD --with-xwidgets"
- "--HEAD --with-no-titlebar"
Expand All @@ -40,6 +41,10 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Install xquartz
if: contains(matrix.build_opts, '--with-x11')
run: brew cask install xquartz

- name: Build emacs-plus@27 ${{ matrix.build_opts }}
run: brew install emacs-plus@27.rb ${{ matrix.build_opts }}
working-directory: Formula
Expand Down

0 comments on commit 5ac3bb6

Please sign in to comment.