|
@@ -132,6 +132,7 @@ matrix:
|
|
- os: linux
|
|
- os: linux
|
|
env:
|
|
env:
|
|
- TEST=cpp
|
|
- TEST=cpp
|
|
|
|
+ - HXCPP_COMPILE_CACHE=~/hxcache
|
|
before_install:
|
|
before_install:
|
|
- sudo apt-get update -y || true
|
|
- sudo apt-get update -y || true
|
|
- travis_retry sudo apt-get install -y
|
|
- travis_retry sudo apt-get install -y
|
|
@@ -151,6 +152,7 @@ matrix:
|
|
- os: osx
|
|
- os: osx
|
|
env:
|
|
env:
|
|
- TEST=cpp
|
|
- TEST=cpp
|
|
|
|
+ - HXCPP_COMPILE_CACHE=~/hxcache
|
|
install: *install_osx
|
|
install: *install_osx
|
|
|
|
|
|
script:
|
|
script:
|