Install luarocks in CI manifest, not in ci makefile target.
This commit is contained in:
parent
ae66e6d002
commit
e7a92df4cf
@ -6,6 +6,7 @@ packages:
|
|||||||
- lua5.3
|
- lua5.3
|
||||||
- lua5.4
|
- lua5.4
|
||||||
- luajit
|
- luajit
|
||||||
|
- luarocks
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~xerool/fennel-ls
|
- https://git.sr.ht/~xerool/fennel-ls
|
||||||
tasks:
|
tasks:
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@
|
|||||||
/lua*.html
|
/lua*.html
|
||||||
/build
|
/build
|
||||||
/src/fennel-ls/docs/generated/love2d.fnl
|
/src/fennel-ls/docs/generated/love2d.fnl
|
||||||
|
/scratch.fnl
|
||||||
|
/scratch-macros.fnl
|
||||||
|
|||||||
3
Makefile
3
Makefile
@ -72,8 +72,7 @@ ci:
|
|||||||
rm -f old-fennel
|
rm -f old-fennel
|
||||||
|
|
||||||
# test that luarocks builds and runs
|
# test that luarocks builds and runs
|
||||||
DEBIAN_FRONTEND=noninteractive sudo apt install -y luarocks
|
luarocks install $(ROCKSPEC_LATEST_SCM) --dev --local
|
||||||
luarocks install $(ROCKSPEC_LATEST_SCM) --dev --local
|
|
||||||
eval "$$(luarocks path)"; \
|
eval "$$(luarocks path)"; \
|
||||||
fennel-ls --lint
|
fennel-ls --lint
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user