Use ccache for the unified builds

This may speed up our builds considerably

Reviewed-by: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
Richard Levitte 2016-03-07 00:33:35 +01:00
parent de439d4428
commit bd5fbfe22b

View File

@ -1,8 +1,10 @@
language: c
cache: ccache
addons:
apt:
packages:
- ccache
- clang-3.6
- gcc-5
- binutils-mingw-w64
@ -62,6 +64,7 @@ before_script:
srcdir=../_srcdir;
mkdir _build;
cd _build;
CC="ccache $CC";
else
srcdir=.;
cd _srcdist;