CI: Refactoring and add Linux SSE2 builds

Windows will follow at some point.
This commit is contained in:
Stenzek
2024-09-23 19:35:43 +10:00
parent bfc914aaa9
commit ed7a9e2f8c
4 changed files with 146 additions and 84 deletions

View File

@ -50,7 +50,7 @@ static constexpr u32 HTTP_POLL_INTERVAL = 10;
// Requires that the channel be defined by the buildbot.
#if __has_include("scmversion/tag.h")
#include "scmversion/tag.h"
#ifdef SCM_RELEASE_TAGS
#if defined(SCM_RELEASE_TAGS) && defined(SCM_RELEASE_TAG) && defined(SCM_RELEASE_ASSET)
#define AUTO_UPDATER_SUPPORTED
#endif
#endif