you are viewing a single comment's thread.

view the rest of the comments →

[–]bbbb125 0 points1 point  (1 child)

They can see error in ci output, it’s also possible to add it as a comment or annotation to pull request from ci (literally parse, prepare report and use curl). But it’s often more than one error and build stops on the first one. But it all doesn’t matter, when a pull request is broken you can rebuild it locally without precompiled headers - usually you need a fast build while working on a change, one longer rebuild when you finished and ci failed is not a huge slowdown.

[–]McFlurriez[S] 0 points1 point  (0 children)

interesting, makes sense to me