emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.03k stars 141 forks source link

Use Eask for CI #700

Closed jcs090218 closed 2 years ago

jcs090218 commented 2 years ago

I have recently created a tool named Eask. It's similar to Cask, but it has a better cross-platform capability. It tests your package/configuration in a much more consistent way.

This PR does the following:

  1. Replace Cask with Eask
  2. Test Emacs 28.1
  3. Remove test/windows-bootstrap.el
  4. test.yml now has only one job (merged unix + windows)
ericdallo commented 2 years ago

Amazing @jcs090218! Makes sense to me

ericdallo commented 2 years ago

I have lsp-dart CI broken for windows for a while, it may be a good idea to replace with that