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

Only enable ccache if it's available

Reviewed-by: NEmilia Käsper <emilia@openssl.org>
上级 bd5fbfe2
......@@ -64,7 +64,9 @@ before_script:
srcdir=../_srcdir;
mkdir _build;
cd _build;
CC="ccache $CC";
if which ccache >/dev/null; then
CC="ccache $CC";
fi
else
srcdir=.;
cd _srcdist;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册