CI project
CI project Documentation

mistermind : try to find the hidden combination

Build

mkdir build ;
cd build ;
cmake -DCMAKE_INSTALL_PREFIX=../ ../sources/ ;
make ;
make install ;

Build Avec l'option COVERAGE

mkdir build ;
cd build ;
cmake -DCMAKE_INSTALL_PREFIX=../ ../sources/ -DCOVERAGE=YES ;
make ;
make install ;

On GitLab pages only, see coverage results.