Use ccache to speed up builds

pull/705/head
Michael 5 years ago
parent 13c7d1eb53
commit 9fea9d046e
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -4,8 +4,9 @@ os:
- linux
- osx
osx_image: xcode10.2
cache: ccache
dist: xenial
osx_image: xcode10.2
compiler:
- clang
@ -33,13 +34,14 @@ addons:
- ninja-build
homebrew:
packages:
- ccache
- cmake
- libuv
- ninja
- make
script:
- make test
- PATH="/usr/local/opt/ccache/libexec:$PATH" make test
after_script:
- echo $TRAVIS_COMMIT_RANGE

Loading…
Cancel
Save