mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
Add CI for testing parsers compilation
This commit is contained in:
parent
c7422dd257
commit
2f60b43c0f
4 changed files with 71 additions and 0 deletions
4
scripts/ci-install-macos-latest.sh
Normal file
4
scripts/ci-install-macos-latest.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
brew install neovim --HEAD
|
||||
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
||||
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue