Code Run Build
Table of Contents
When to use this skill
When you need to configure, build, test, or deploy ORE Studio via CMake — or generate PlantUML diagrams as part of a build.
How to use this skill
- Identify the operation. Pick from the Recipes list below.
- Open the matching recipe and follow its numbered steps. Each
recipe is a single
how_do_i_*.orgfile with executable babel blocks. - Run from the repo root. The babel blocks are configured to use
the repo root as their cwd; if you run commands outside emacs,
cdthere first. - Default preset:
linux-clang-debug-ninjaon Linux unless the user specifies otherwise. The recipe shows how to list the alternatives.
Recipes
Reference
- CMake setup — preset menu, output directory layout, build types,
parallel builds,
compass build, and the test-logging knobs.