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
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)
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
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
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
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.
>>
>>