Extend CI pipeline build and test.

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig
2024-03-04 17:46:31 +01:00
parent 717d66b0e7
commit b6e4162116
3 changed files with 20 additions and 15 deletions

View File

@@ -1699,9 +1699,11 @@ int main(int argc, char ** argv)
}
signal(SIGPIPE, SIG_IGN);
#if !defined(__FreeBSD__) && !defined(__APPLE__)
signal(SIGINT, SIG_IGN);
signal(SIGTERM, SIG_IGN);
signal(SIGQUIT, SIG_IGN);
#endif
if (setup_event_queue(&io) != 0)
{