Cron-ready shell scripts for building Neovim nightly on Ubuntu/Debian.
- Shell 100%
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. |
||
|---|---|---|
| source@a9287dd882 | ||
| .gitignore | ||
| build-latest-nightly.sh | ||
| README.md | ||
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