15 lines
267 B
YAML
15 lines
267 B
YAML
extraction:
|
|
cpp:
|
|
configure:
|
|
command:
|
|
- "mkdir build"
|
|
- "cd build"
|
|
- "cmake -G Ninja -C ../cmake/presets/most.cmake ../cmake"
|
|
index:
|
|
build_command:
|
|
- "cd build"
|
|
- "ninja"
|
|
python:
|
|
python_setup:
|
|
version: 3
|