We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following up on the monthly meeting and it was mentioned that testing that DAGMC builds with double down enabled is not currently done with the CI.
We could consider adding double_down to the CI matrix or adding it as an include like this
double_down : [ OFF ] include: - ubuntu_versions: 22.04 compiler: gcc npm: 1.10.4 moab_versions: 5.3.0 double_down: ON
And make use of the matrix value in the cmake command
-DDOUBLE_DOWN=${matrix.double_down} \
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Following up on the monthly meeting and it was mentioned that testing that DAGMC builds with double down enabled is not currently done with the CI.
We could consider adding double_down to the CI matrix or adding it as an include like this
And make use of the matrix value in the cmake command
The text was updated successfully, but these errors were encountered: