diff options
| author | Jen-Chieh Shen <jcs090218@gmail.com> | 2024-05-31 04:58:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-31 13:58:58 +0200 |
| commit | b767c48cbfe0587fc7e57eca7c023706622a5513 (patch) | |
| tree | 366d5a9db02b7d1dc334f1a2e934d6d97b3a54d6 /.gitignore | |
| parent | 89617bba1177ebd878de3ab1b28dbe2a4684d0ce (diff) | |
ci: Use Eask to test macos and windows (#1885)
* ci: Use Eask to test macos and windows
* ci: Install eask
* ci: Fix jump file test
* revert spaces
* ci: skip find-file test on windows
* ci: Revert original test for windows
* Delete Cask file
* ci: Exclude tests on macos below 28.x
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,3 +21,6 @@ typescript /doc/build/*/ !/doc/build/texinfo/evil.texi *.pyc + +/.eask +/dist |
