mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
ci: add release workflow for luarocks upload (#4109)
This commit is contained in:
parent
a4b72d4f7f
commit
ba35d094c1
4 changed files with 60 additions and 32 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# https://github.com/luarocks/luarocks/wiki/Creating-a-Makefile-that-plays-nice-with-LuaRocks
|
||||
build:
|
||||
echo "Do nothing"
|
||||
|
||||
install:
|
||||
mkdir -p $(INST_LUADIR)
|
||||
cp -r autoload plugin queries lua $(INST_LUADIR)
|
||||
Loading…
Add table
Add a link
Reference in a new issue