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

Adds a test to CI to build OpenTurbine through Spack and then build/run our documentation tests #341

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ddement
Copy link
Collaborator

@ddement ddement commented Jan 23, 2025

This test only runs when we push to main, because it builds everything from scratch as one would do when actually installing OpenTurbine. It serves as a test for our CMake install capabilities and our Spack script and as a practical demonstration of how to set up a development environment through Spack.

This PR adds a new classification of tests: documentation tests. These tests will have their own CMake scripts and should have extensive comments such that users can learn how to use OpenTurbine from reading these tests. This first one just mirrors our Floating Platform regression test, but we should add more as we introduce more capabilities to our external interface. The comments in there are fine for now, but could be fleshed out even further to explain the workflow even further.

@ddement ddement self-assigned this Jan 23, 2025
@ddement ddement force-pushed the test_install branch 3 times, most recently from ba04273 to 0df6d9a Compare January 23, 2025 18:24
…un our documentation tests

This test only runs when we push to main, because it builds everything from scratch as one would do
when actually installing OpenTurbine.  It serves as a test for our CMake install capabilities and
our Spack script and as a practical demonstration of how to set up a development environment through
Spack.

This PR adds a new classification of tests: documentation tests.  These tests will have their own CMake
scripts and should have extensive comments such that users can learn how to use OpenTurbine from reading
these tests.  This first one just mirrors our Floating Platform regression test, but we should add more
as we introduce more capabilities to our external interface.  The comments in there are fine for now,
but could be fleshed out even further to explain the workflow even further.
@ddement ddement marked this pull request as ready for review January 23, 2025 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant