Working prototype of an auto builder that watches for changes and runs the build after getting the git status. It's missing the necessary next step of matching up changes to git files, but it does the most of the build already.

This commit is contained in:
Zed A. Shaw 2024-05-07 14:25:15 -04:00
parent 39f89ecbf2
commit 96b1297c62
10 changed files with 254 additions and 7 deletions

View file

@ -7,4 +7,5 @@ meson wrap install fmt
meson wrap install sqlite3
meson wrap install sqlitecpp
meson wrap install ftxui
meson setup -Ddefault_library=static builddir
# meson setup -Ddefault_library=static builddir
meson setup builddir