Add more Github Actions (#6530)

Renames "build_servers.yml" to "build_servers_gcc.yml"
Removed Pre-Renewal and Renewal from GCC compilation
Added an action for Pre-Renewal and Renewal
Added an action for VIP
Added an action for different packet versions
Added MSVS build
Changed some make server to make all
Added master building
Disabled LTO by default
Added some missing override declarations
Added Clang building
Disabled Clang 12 and 13 for the time being

Thanks to @aleos89 and @Akkarinage for their help and input.
This commit is contained in:
Lemongrass3110
2022-01-19 00:08:28 +01:00
committed by GitHub
parent 56a05bd458
commit 534c5b2edd
30 changed files with 440 additions and 112 deletions

View File

@@ -73,8 +73,8 @@ public:
}
const std::string getDefaultLocation();
uint64 parseBodyNode( const YAML::Node& node );
const std::string getDefaultLocation() override;
uint64 parseBodyNode( const YAML::Node& node ) override;
};
const std::string GuildSkillTreeDatabase::getDefaultLocation(){