mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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:
parent
de439d4428
commit
bd5fbfe22b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user