Check debug targets of submodules
Ben Avison authored
This adds another job to the `softload` stage, which ensures that the `debug`
target builds successfully.

Since some makefiles don't define such a target, we filter based on the
results of `make -n debug` first, to ensure that the only failures reported
are those generated by tools invoked by `make`.
597d664a

CI_Source

This project contains a script that autogenerates the YAML configuration files for GitLab CI in most of the other projects on this server.

It can be executed manually, but most often it is expected to operate as part of this project's own CD job.