AMICI-dev / AMICI

Advanced Multilanguage Interface to CVODES and IDAS
https://amici.readthedocs.io/
Other
108 stars 30 forks source link

GHA: -Werror only for amici repo #2477

Closed dweindl closed 2 months ago

dweindl commented 3 months ago

We have a couple of -Werror options enabled when running on GHA. However, we should also check for the repo name. If amici is used in tests of any downstream projects, we don't want errors.

Also use CMake's -Wno-dev for non-amici-ci installations.