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:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user