Skip to content
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

test dagmc compile with double down in Docker file CI #897

Closed
shimwell opened this issue Aug 17, 2023 · 0 comments · Fixed by #898
Closed

test dagmc compile with double down in Docker file CI #897

shimwell opened this issue Aug 17, 2023 · 0 comments · Fixed by #898

Comments

@shimwell
Copy link
Member

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} \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant