Add CI on github action. (#76)

This commit is contained in:
Arthur Sonzogni
2021-03-20 22:45:21 +01:00
committed by GitHub
parent af4bf379bc
commit a6a7f0a354
2 changed files with 80 additions and 0 deletions

View File

@@ -92,6 +92,8 @@ void EventListener(std::atomic<bool>* quit,
#else
#include <sys/time.h>
int CheckStdinReady(int usec_timeout) {
timeval tv = {0, usec_timeout};
fd_set fds;