Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 591 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 591 Bytes

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