memilio icon indicating copy to clipboard operation
memilio copied to clipboard

Improve efficiency of upcoming CI action for testing SBML compilation

Open reneSchm opened this issue 5 months ago • 0 comments

Motivation / Current Behaviour

The CI job recompiles memilio, all models and tests. This should not be necessary, since the only change from the build-cpp-gcc_clang job (providing the build files) is the inclusion of SBML, which should not affect the main library, tests or models.

Enhancement description

Try to avoid recompilation to save on resources and time.

Additional context

https://github.com/SciCompMod/memilio/pull/1235#discussion_r2166502905

Checklist

  • [x] Attached labels, especially loc:: or model:: labels.
  • [x] Linked to project

reneSchm avatar Jun 25 '25 12:06 reneSchm