-
Open the project in the VSCode.
-
Click "Reopen in Container" in a VSCode notification.
-
Do
bash ci/prepare.bash
. -
Do
bash ci/precommit.bash
. -
Replace
monolith
andMONOLITH
with your project name. -
Repeat steps 1-4.
-
Application executable is available at
{build_dir}/source/{project_name}
. -
To enable
benchmark
module configure the project with{project_name}_BENCHMARK=ON
. -
Benchmark executables are available at
{build_dir}/benchmark/{project_name}-bench-{bench_name}
. -
Do not forget to use
Asan
build mode for debugging. -
Press F5 to build and run tests under a debuger in VSCode UI.