I marked xcode6.4 as failures for a while (I've no idea what's wrong there, time is correct, certificate is correct, I'll dive into that later)
as for Mac OS X, we can choose build matrix as wide as we want to, I do not insist on using xcode6.4 image, it is just as example. we can pick any combination from https://github.com/mattock/openvpn-buildbot/blob/master/master.cfg.sample#L79 travis has several disadvantages, for example, it does not support ipv6 at all, even as ::1, also you cannot add NetBSD, Windows, etc. however, it might be good for smoke testing. and you are right, you can clone repo to https://github.com/neuhalje, add .travis.yml and voila, you have your own build farm. 2016-06-05 5:16 GMT+05:00 Jens Neuhalfen <openvpn-de...@neuhalfen.name>: > Hi > > > Hello, > > I was impressed by unit testing efforts, so I suggest to implement > something like that > > https://travis-ci.org/chipitsine/openvpn/builds/135318558 > > ( https://github.com/OpenVPN/openvpn/pull/52 ) > > we can use Linux, Mac OSX, gcc, clang, various configure options. > > > nice! I did not know, that travis supports MacOS! Travis has the > additional bonus, that it also works for cloned repositories. > > > (unfortunately, ssl cert at mbed tls website was expired and Xcode7.3 does > not compile openvpn with openssl) > > > Very strange, the cert is valid till 2017. > > Jens >