TopoToolbox / libtopotoolbox

A C library for the analysis of digital elevation models.
https://topotoolbox.github.io/libtopotoolbox/
GNU General Public License v3.0
0 stars 3 forks source link

Streamline CI jobs #61

Closed wkearn closed 6 days ago

wkearn commented 6 days ago

We keep adding options to the CI configuration, which means we run more and more jobs with different combinations of these options (16 at the moment plus the format check). The options are

We don't run all of the possible combinations.

The shared/static library could probably be built and tested in the same job and the Debug build is only used so we can run AddressSanitizer (see #59), so we might not need to build the Debug version on every OS + compiler combination.