Batfoxkid / Freak-Fortress-2-Rewrite

The gamemode that's now also a standalone boss maker.
https://forums.alliedmods.net/forumdisplay.php?f=154
GNU General Public License v3.0
17 stars 7 forks source link

[Bug] CI should report failure even If one of the plugins fails to compile #158

Closed naydef closed 8 months ago

naydef commented 8 months ago

Description

Exit status code is overwritten on every invocation of spcomp, so previous invocation result is lost. So the CI only reports failure if the last compiled file fails to compile. CI is not particularly useful if it doesn't report failure when it fails to compile one plugin. This should be changed so that it reports failure if at least one plugin fails to compile. So uh, self-explanatory issue.