aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-install-ubuntu-latest.sh
diff options
context:
space:
mode:
authorJozef Grajciar <jozef.grajciar@gmail.com>2021-03-01 17:53:57 +0100
committerStephan Seitz <stephan.lauf@yahoo.de>2021-03-04 19:58:58 +0100
commit2f60b43c0f003f549f845ac1578878c69514929b (patch)
treef249dc41b04196c4f87e9c284ee65faab5d2bff8 /scripts/ci-install-ubuntu-latest.sh
parentAdd Windows support for cl.exe (diff)
downloadnvim-treesitter-2f60b43c0f003f549f845ac1578878c69514929b.tar
nvim-treesitter-2f60b43c0f003f549f845ac1578878c69514929b.tar.gz
nvim-treesitter-2f60b43c0f003f549f845ac1578878c69514929b.tar.bz2
nvim-treesitter-2f60b43c0f003f549f845ac1578878c69514929b.tar.lz
nvim-treesitter-2f60b43c0f003f549f845ac1578878c69514929b.tar.xz
nvim-treesitter-2f60b43c0f003f549f845ac1578878c69514929b.tar.zst
nvim-treesitter-2f60b43c0f003f549f845ac1578878c69514929b.zip
Add CI for testing parsers compilation
Diffstat (limited to 'scripts/ci-install-ubuntu-latest.sh')
-rw-r--r--scripts/ci-install-ubuntu-latest.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/ci-install-ubuntu-latest.sh b/scripts/ci-install-ubuntu-latest.sh
new file mode 100644
index 000000000..c245a122f
--- /dev/null
+++ b/scripts/ci-install-ubuntu-latest.sh
@@ -0,0 +1,9 @@
+sudo apt-get update
+sudo add-apt-repository universe
+wget https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
+chmod u+x nvim.appimage
+mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
+ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start
+sudo cp ./nvim.appimage /usr/bin/nvim
+sudo chmod uog+rwx /usr/bin/nvim
+