提交 bd5fbfe2 编写于 作者: R Richard Levitte

Use ccache for the unified builds

This may speed up our builds considerably
Reviewed-by: NEmilia Käsper <emilia@openssl.org>
上级 de439d44
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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册