Cron-ready shell scripts for building Neovim nightly on Ubuntu/Debian.
Find a file
Sett17 ae5959fc83 feat(build): enhance build script with tag support and help option
This update introduces a more flexible build script that allows users to specify a tag or commit hash for building Neovim, along with a help option to guide users on usage.
2024-09-27 19:38:24 +02:00
source@a9287dd882 feat(build): enhance build script with tag support and help option 2024-09-27 19:38:24 +02:00
.gitignore fix(build-latest-nightly.sh): correct nightly build tag handling 2024-09-04 11:13:38 +02:00
build-latest-nightly.sh feat(build): enhance build script with tag support and help option 2024-09-27 19:38:24 +02:00
README.md feat(installer): add Neovim nightly installer and setup guide 2024-04-09 18:55:55 +02:00

Neovim nightly installer

Cron ready

For Ubuntu/Debian

This needs the neovim git repo to be under ./source

Example cronjob

This builds it every tuesday and fridat at 4am.

0 4 * * 2,5 path/build-latest-nightly.sh >> path/build.log 2>&1