chore: Run Ubuntu tests in Docker (#5170)

Co-authored-by: Wissididom <30803034+Wissididom@users.noreply.github.com>
This commit is contained in:
pajlada
2024-02-11 19:11:30 +01:00
committed by GitHub
parent e3c9c13598
commit fe1e498a5f
6 changed files with 73 additions and 63 deletions
+9
View File
@@ -186,6 +186,15 @@ public:
return nullptr;
}
#ifdef CHATTERINO_HAVE_PLUGINS
PluginController *getPlugins() override
{
assert(false && "EmptyApplication::getPlugins was called without "
"being initialized");
return nullptr;
}
#endif
Updates &getUpdates() override
{
return this->updates_;