deplinenoise / tundra

Tundra is a code build system that tries to be accurate and fast for incremental builds
MIT License
438 stars 74 forks source link

Auto-rebuild monitor mode #314

Closed emoon closed 3 years ago

emoon commented 6 years ago

Something that would be cool to have is a a "monitor" mode where Tundra can monitor changes made according to a build config and trigger a restart of the build. Imaging something like:

tundra2 macos-clang-debug --monitor

Tundra will now re-run the given config if some changes are made in the files tracked by Tundra. I know there are some problems with the reliability of the changes detection on some OSes but I still think this would be a nice feature to have.