Skip to content

Add the ability to expose some configuration failures with CI (v2)

Laurent Carlier requested to merge (removed):CI-improvement into master

Configuration failure detection is enabled through environment variable GAMBAS_CONFIG_FAILURE, then component that are known to not be automùaticly configured have to be disabled (see !24 (closed))

GAMBAS_CONFIG_FAILURE=1 ./configure ....

Merge request reports