You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes we are interested in using features or fixes only present in the nightly build of MF6 (for example to obtain correct CHD fluxes at partition boundaries).
We should be able to use it for testing purposes in the pipeline, but currently some transport tests fail with it.
We should address this, and in such a manner that we don't loose support for the last stable release. Perhaps a separate pipeline for each MF6 version?
The text was updated successfully, but these errors were encountered:
Fixes#757
# Description
This commit adds a nightly pipeline.
The goal of the nightly pipeline is to build or repository against the
latest development branch of MODFLOW.
This will allow us to catch breaking changes early on.
The pipeline file has been refactored to prevent code duplication. This
has been accomplished by using templates.
The new nightly pipeline is added as a new subproject of the main
project
# Checklist
<!---
Before requesting review, please go through this checklist:
-->
- [x] Links to correct issue
- [ ] Update changelog, if changes affect users
- [ ] PR title starts with ``Issue #nr``, e.g. ``Issue #737``
- [ ] Unit tests were added
- [ ] **If feature added**: Added/extended example
Uh oh!
There was an error while loading. Please reload this page.
sometimes we are interested in using features or fixes only present in the nightly build of MF6 (for example to obtain correct CHD fluxes at partition boundaries).
We should be able to use it for testing purposes in the pipeline, but currently some transport tests fail with it.
We should address this, and in such a manner that we don't loose support for the last stable release. Perhaps a separate pipeline for each MF6 version?
The text was updated successfully, but these errors were encountered: