travis: ccache (#907)

This commit is contained in:
Jacek Sieka 2020-04-20 14:17:23 +02:00 committed by GitHub
parent 9974b4bd7b
commit 722c4767fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ dist: bionic
# https://docs.travis-ci.com/user/caching/
cache:
ccache: true
directories:
- vendor/nimbus-build-system/vendor/Nim/bin
- jsonTestsCache
@ -33,6 +34,8 @@ matrix:
- sudo apt-get -q update
- sudo apt-get install -y libpcre3-dev
- os: osx
before_install:
- HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1 brew install ccache
env:
- NPROC=2