adding linux ci and fixing problems

This commit is contained in:
2023-01-12 15:40:52 +01:00
parent 8589f4d63a
commit ba62c28b64
16 changed files with 230 additions and 79 deletions

View File

@ -31,4 +31,7 @@ int customSetup() {
return 0;
}
int customTeardown() { return 0; }
int customTeardown() {
ObjectManager::clear();
return 0;
}