-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
The action should set the following environment variables, especially when presets are used:
CMAKE_BUILD_PARALLEL_LEVEL: $(nproc)
CTEST_PARALLEL_LEVEL: $(nproc)(effectively running cmake --build -j $(nproc) and ctest -j $(nproc))
These could be controlled by:
parallel: auto | none
build_parallel: ${parallel:-auto | none}
test_parallel: ${parallel:-auto | none}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels