Skip to content

Commit

Permalink
Try to convince Travis to actually cache the ccache db
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfowler committed Sep 8, 2017
1 parent af55550 commit 2a219ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,9 @@ branches:
services:
- docker

cache: ccache
cache:
directories:
- $HOME/.ccache

env:
- CTEST_PARALLEL_LEVEL=4
Expand All @@ -19,3 +21,4 @@ install:

script:
- docker run -w /p4c/build -e CTEST_PARALLEL_LEVEL p4c ctest --output-on-failure --schedule-random
- ls $HOME/.ccache

0 comments on commit 2a219ee

Please sign in to comment.