Re: [Openvpn-devel] [PATCH] travis-ci: enable ccache for osx and mingw builds

2017-12-30 Thread Илья Шипицин
2017-12-30 16:19 GMT+05:00 Steffan Karger : > Hi, > > Sorry for taking so long to respond. > > On 21-11-17 07:36, Ilya Shipitsin wrote: > > -- > > ccache was now tested by me and works for osx > > and mingw builds as well > > By how much does this improve build times? I'm asking, because I > I n

Re: [Openvpn-devel] [PATCH] travis-ci: enable ccache for osx and mingw builds

2017-12-30 Thread Steffan Karger
Hi, Sorry for taking so long to respond. On 21-11-17 07:36, Ilya Shipitsin wrote: > -- > ccache was now tested by me and works for osx > and mingw builds as well By how much does this improve build times? I'm asking, because I recently noticed that brew on the osx slaves takes a serious amount

[Openvpn-devel] [PATCH] travis-ci: enable ccache for osx and mingw builds

2017-11-20 Thread Ilya Shipitsin
-- ccache was now tested by me and works for osx and mingw builds as well --- .travis.yml | 2 +- .travis/build-deps.sh | 14 ++ 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 366e6599..8efb1cbd 100644 --- a/.travis.yml +++ b/.