Skip to content

.gitlab-ci.yml: Some logging enhancements, and re-enable colors.

Tristan Van Berkom requested to merge tristan/pipeline-enhancements into master

This patch makes the builds in CI:

o Continue building if there is an error until nothing can be built (find all the errors at once)

o Enables colors

o Stores the master build log with the logging artifact

o Increases the number of context lines when there is an error, so the need to browse an individual build log is less likely.

Merge request reports