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:
parent
39f89ecbf2
commit
96b1297c62
10 changed files with 254 additions and 7 deletions
|
@ -10,4 +10,5 @@ meson wrap install fmt
|
|||
meson wrap install sqlite3
|
||||
meson wrap install sqlitecpp
|
||||
meson wrap install ftxui
|
||||
meson setup builddir
|
||||
cp *.wrap subprojects
|
||||
meson setup -Ddefault_library=static builddir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue