Commit 3b5e8d79 authored by Teodor Mircea Ionita's avatar Teodor Mircea Ionita

travis: Fix ccache not used on macOS targets

parent f409eb4d
...@@ -17,7 +17,7 @@ compiler: ...@@ -17,7 +17,7 @@ compiler:
- clang - clang
cache: cache:
timeout: 300 timeout: 500
apt: true apt: true
ccache: true ccache: true
directories: directories:
...@@ -167,6 +167,7 @@ before_install: ...@@ -167,6 +167,7 @@ before_install:
brew update; brew update;
brew install gnutls lz4 lzo xz snappy ccache jemalloc curl ossp-uuid pcre; brew install gnutls lz4 lzo xz snappy ccache jemalloc curl ossp-uuid pcre;
brew link ccache; brew link ccache;
export PATH="/usr/local/opt/ccache/libexec:$PATH";
fi fi
before_script: before_script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment