Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 510 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 510 Bytes

build notifier

a tiny script that runs the cmake build command for conan building, has sound effects

Every project here uses conan for package management, so you usually have to run the command cmake --build --preset conan-release multiple times. This notifier makes it easier by playing a success or fail sound when compilation finishes, so you can stop staring at the build process and continue working in the meantime.

build for release

build.py -t r

build for debug

build.py -t d