mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-12 19:15:57 +00:00
ee3318309b
In all the builds using precompiled headers, an update to libraries will crash the CI, as those headers will become outdated. It is then necessary to force a full rebuild of the game by cleaning up the workspaces. This commit allows this CI behavior to be triggered by specifying [CLEANBUILD] in the first line of the commit message. This will constitute an opportunity to inform users that they need to clean their workspaces when pulling the update.