-
Notifications
You must be signed in to change notification settings - Fork 6
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
Build CI for CABLE offline #202
Comments
SeanBryan51
added a commit
that referenced
this issue
Mar 18, 2024
Making CABLE available as a spack package allows us to test the model compiles successfully inside a continuous integration (CI) environment which gets triggered automatically on a pull request. This change adds the model build CI workflow developed by the ACCESS-NRI release team to compile CABLE offline via spack (see build-ci for more details). Fixes #202
SeanBryan51
added a commit
that referenced
this issue
Mar 19, 2024
Making CABLE available as a spack package allows us to test the model compiles successfully inside a continuous integration (CI) environment which gets triggered automatically on a pull request. This change adds the model build CI workflow developed by the ACCESS-NRI release team to compile CABLE offline via spack (see build-ci for more details). This workflow compiles CABLE using the intel compiler. The CI for other compilers will follow after this pull request. Fixes #202
SeanBryan51
added a commit
that referenced
this issue
Mar 19, 2024
Making CABLE available as a [spack](https://spack.io/) package allows us to test the model compiles successfully inside a continuous integration (CI) environment which gets triggered automatically on a pull request. This change adds the model build CI workflow developed by the ACCESS-NRI release team to compile CABLE offline via spack (see [build-ci](https://github.com/ACCESS-NRI/build-ci) for more details). This workflow compiles CABLE using the intel compiler. The CI for other compilers will follow after this pull request. Fixes #202 <!-- readthedocs-preview cable start --> ---- 📚 Documentation preview 📚: https://cable--223.org.readthedocs.build/en/223/ <!-- readthedocs-preview cable end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Making CABLE available as a spack package allows us to test the model compiles successfully inside a continuous integration (CI) environment which gets triggered automatically on a pull request.
We can use the build-ci action developed by the ACCESS-NRI release team.
CABLE spack package implementation: ACCESS-NRI/spack-packages#60
The text was updated successfully, but these errors were encountered: