charlesvdv / boulot-robot

GNU General Public License v3.0
0 stars 2 forks source link

boulot-robot

CI Static analysis codecov

Building

First, at the root of the project, run to initialize the build:

cmake -S . -B build

Then, to build the project run:

cmake --build build

If you want to run the tests, in the build folder, run:

ctest