Commit 83a2e13e authored by Omer Katz's avatar Omer Katz

Add pip caching only when reporting coverage.

parent 918fafc6
...@@ -2,7 +2,6 @@ language: cpp ...@@ -2,7 +2,6 @@ language: cpp
sudo: false sudo: false
cache: cache:
- ccache - ccache
- pip
addons: addons:
apt: apt:
...@@ -56,6 +55,9 @@ matrix: ...@@ -56,6 +55,9 @@ matrix:
# coverage report # coverage report
- env: CONF=debug ARCH=x86 GCOV_FLAGS='--coverage' - env: CONF=debug ARCH=x86 GCOV_FLAGS='--coverage'
compiler: gcc compiler: gcc
cache:
- ccache
- pip
addons: addons:
apt: apt:
packages: packages:
...@@ -67,6 +69,9 @@ matrix: ...@@ -67,6 +69,9 @@ matrix:
- coveralls -r .. --gcov-options '\-lp' -e thirdparty -e example -e test -e build/CMakeFiles -e include/rapidjson/msinttypes -e include/rapidjson/internal/meta.h -e include/rapidjson/error/en.h - coveralls -r .. --gcov-options '\-lp' -e thirdparty -e example -e test -e build/CMakeFiles -e include/rapidjson/msinttypes -e include/rapidjson/internal/meta.h -e include/rapidjson/error/en.h
- env: CONF=debug ARCH=x86_64 GCOV_FLAGS='--coverage' - env: CONF=debug ARCH=x86_64 GCOV_FLAGS='--coverage'
compiler: gcc compiler: gcc
cache:
- ccache
- pip
addons: addons:
apt: apt:
packages: packages:
......
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