Skip to content

Commit 6946439

Browse files
jrebackAnkurDedania
authored andcommitted
CI: install ccache on osx
1 parent a5e1ab8 commit 6946439

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/install_travis.sh

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ edit_init
3232
home_dir=$(pwd)
3333
echo "[home_dir: $home_dir]"
3434

35+
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
36+
echo "[install ccache]"
37+
time brew install ccache
38+
fi
39+
3540
# install miniconda
3641
MINICONDA_DIR="$HOME/miniconda3"
3742

0 commit comments

Comments
 (0)