[Openvpn-devel] testing openvpn on gitlab-ci cloud ?

2017-08-20 Thread Илья Шипицин
Hello, I was playing with gitlab-ci: https://gitlab.com/chipitsine/openvpn/pipelines/11012659 are we interested in something like that ? thoughts? some benefits of gitlab-ci: 1) ipv6 on loopback (travis-ci runs in GCE without ipv6) 2) ability to attach own gitlab-ci runners to repo (freebsd/n

Re: [Openvpn-devel] testing openvpn on gitlab-ci cloud ?

2017-08-20 Thread Steffan Karger
Hi, On 20-08-17 09:43, Илья Шипицин wrote: > I was playing with gitlab-ci: > > https://gitlab.com/chipitsine/openvpn/pipelines/11012659 > > > are we interested in something like that ? thoughts? > > some benefits of gitlab-ci: > > 1) ipv6 on loopback (travis-ci runs in GCE without ipv6) > 2)

[Openvpn-devel] [PATCH] travis: reorder matrix to speed up build

2017-08-20 Thread Steffan Karger
The OSX and mingw builds are much slower than the other jobs. Our free travis account can only use 4 build executors in parallel. Run the slow builds earlier, so that when one or more of these finish, the free build executors will start building the configure variants in parallel with the slow one

Re: [Openvpn-devel] [PATCH] travis: reorder matrix to speed up build

2017-08-20 Thread Antonio Quartulli
Hi, On 20/08/17 17:19, Steffan Karger wrote: > The OSX and mingw builds are much slower than the other jobs. Our free > travis account can only use 4 build executors in parallel. Run the slow > builds earlier, so that when one or more of these finish, the free build > executors will start buildin

Re: [Openvpn-devel] [PATCH v2] ensure function declarations are compiled with their definitions

2017-08-20 Thread Steffan Karger
Hi, On 19-08-17 06:39, Antonio Quartulli wrote: > From: Antonio Quartulli > > Function prototypes should be included when compiling their > definitions so that it is clear to compilers and static > analyzers that they are not static. > > This means that several declarations have to be moved to

Re: [Openvpn-devel] [PATCH v2] ensure function declarations are compiled with their definitions

2017-08-20 Thread Antonio Quartulli
Hi, On 20/08/17 18:03, Steffan Karger wrote: > Hi, > > On 19-08-17 06:39, Antonio Quartulli wrote: >> From: Antonio Quartulli >> >> Function prototypes should be included when compiling their >> definitions so that it is clear to compilers and static >> analyzers that they are not static. >> >>