1 .build_template: &build_definition
3 - cmake -B build -DCMAKE_BUILD_TYPE=${BUILD_TYPE} .
4 - cmake --build build -j
5 - cmake --build build --target unittest
6 - cmake --build build --target test
13 image: mariokonrad/marnav:${COMPILER}
18 COMPILER: clang-10.0.0
20 image: mariokonrad/marnav:${COMPILER}