aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/test-luarocks-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test-luarocks-install.sh')
-rw-r--r--scripts/test-luarocks-install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/test-luarocks-install.sh b/scripts/test-luarocks-install.sh
new file mode 100644
index 00000000..8d8d3242
--- /dev/null
+++ b/scripts/test-luarocks-install.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+MODREV=$(git describe --tags --always --first-parent | tr -d "v")
+luarocks install "nvim-lspconfig" "$MODREV"