-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use parallelization #129
Comments
@LecrisUT did you consider using |
Yes, but there is no macro expansion from cmake to get the |
Yes, but But this should be a simple enough addition I can write it up |
@LecrisUT I am trying to understand which problem we are trying to solve. When defining the value of Could you show some workflows on GH which gives good use of such variable? |
For
Setting |
About the preset options, these options are available, but:
|
The action should set the following environment variables, especially when presets are used:
(effectively running
cmake --build -j $(nproc)
andctest -j $(nproc)
)These could be controlled by:
The text was updated successfully, but these errors were encountered: