Willy, Am 16.05.19 um 09:42 schrieb Willy Tarreau: > If in the mean time you know how to verify that it was properly enabled > and builds there, and share with us the link to consult the status, it > would be nice.
These continuous integration services report the commit status back to GitHub: If you view the commit list on GitHub [1] you can see either a green checkmark or a red X behind the date on certain commits. These commits were the HEAD of the master branch after a push and the ones tested. When you click the checkmark / X a list of continues integration services opens. For the recent commit at the time of composing this email clicking Cirrus leads to this page with links to the build logs [2]: https://github.com/haproxy/haproxy/runs/129763329 So it appears that Cirrus indeed is properly enabled now (and FreeBSD passes the tests). [1] https://github.com/haproxy/haproxy/commits/master [2] https://cirrus-ci.com/task/5113143785684992 Best regards Tim Düsterhus

