Not yet configured in my CI/CD, here are the manual steps :
hg clone --insecure https://hg.cerbelle.net/hg/liboom
hg clone http://hg.cerbelle.net/hg/liboom
cd liboom
./bootstrap.sh
./configure
make astyle
make cppcheck && \
xdg-open cppcheck/index.html
make clean all check lcov gcovr && \
xdg-open lcov/index.html
make DESTDIR=`pwd`/_installtest install installcheck uninstall
make linux-inst linux-zip linux-clean linux-distclean
make dist distcheck distclean
make clean debian-deb debian-distclean