Re: [Openvpn-devel] travis-ci (smoke testing)

2016-06-05 Thread daniel kubec
I am very fascinated - Travis is super cool :-) I building and even running / testing (qemu userland emulation) quite complex build matrix. clang/gcc several OSX/Version + multiple sdk version, Win32/64, Linux + sdk on many architectures. Actually building my kbuild build system fork on x86_32, x

Re: [Openvpn-devel] travis-ci (smoke testing)

2016-06-05 Thread Илья Шипицин
воскресенье, 5 июня 2016 г. пользователь Steffan Karger написал: > Hi, > > On Sun, Jun 5, 2016 at 12:21 AM, Илья Шипицин > wrote: > > I was impressed by unit testing efforts, so I suggest to implement > something > > like that > > > > https://travis-ci.org/chipitsine/openvpn/builds/135318558 > >

Re: [Openvpn-devel] travis-ci (smoke testing)

2016-06-05 Thread Steffan Karger
Hi, On Sun, Jun 5, 2016 at 12:21 AM, Илья Шипицин wrote: > 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,

Re: [Openvpn-devel] travis-ci (smoke testing)

2016-06-05 Thread Илья Шипицин
it is because of SNI 2016-06-05 12:25 GMT+05:00 Steffan Karger : > On Sun, Jun 5, 2016 at 2:16 AM, Jens Neuhalfen > wrote: > >> (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. >

Re: [Openvpn-devel] travis-ci (smoke testing)

2016-06-05 Thread Илья Шипицин
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 combin

Re: [Openvpn-devel] travis-ci (smoke testing)

2016-06-05 Thread Steffan Karger
On Sun, Jun 5, 2016 at 2:16 AM, Jens Neuhalfen wrote: >> (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. There seems to be some load balancing / CDN going om at mbed.org. My browser als

Re: [Openvpn-devel] travis-ci (smoke testing)

2016-06-05 Thread Jens Neuhalfen
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 >