Skip to content

CI: rebuild in verbose mode with one thread on error

Steve Lhomme requested to merge robUx4/vlc:ci-build-errors into master

So we can easily find the build issue at the end of the (visible) log on Gitlab.

It avoids the make -jX || make -j1 done in some scripts, and in addition it forces the verbose mode during build.

This has proved to be useful for example here https://code.videolan.org/robUx4/vlc/-/jobs/1144945

Merge request reports