[cmake] Added build and test presets
CMake 3.19 and !3428 (merged) introduced configure presets. CMake 3.20 and this MR introduce build and test presets.
With this MR you can configure, build and test ogs with these commands:
cmake -S . --preset release
cmake --build --preset release
ctest --preset release
Requires CMake 3.20 (soft-requirement when using the presets).
-
Feature description was added to the changelog -
Any new feature or behavior change was documented?
Merge request reports
Activity
changed milestone to %6.4.1
added workflowplease review label
added 20 commits
-
5b06b538...14cbe72f - 16 commits from branch
ogs:master
- 03a6b33a - [cmake] Added build presets.
- 0850a616 - [cmake] Added ctest presets.
- 2fc71b2b - [web] Docs for build and test presets.
- b22d62be - Updated container-maker
Toggle commit list-
5b06b538...14cbe72f - 16 commits from branch
enabled an automatic merge when the pipeline for b22d62be succeeds
mentioned in commit 9b4ebe50
removed workflowplease review label
Please register or sign in to reply