Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

add ccache to docs build #13832

Merged
merged 1 commit into from
Jan 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,8 @@ deploy_docs() {
set -ex
pushd .

export CC="ccache gcc"
export CXX="ccache g++"
make docs SPHINXOPTS=-W

popd
Expand Down