Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit ef833e2

Browse files
committed
Travis/CCache: manually add /usr/lib/ccache to the PATH
A PR is ongoing on travis-build to do it automatically: travis-ci/travis-build#655 Signed-off-by: David Wagner <[email protected]>
1 parent b42299b commit ef833e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cache: ccache
66
env:
77
global:
88
- PREFIX=$HOME/prefix
9+
- PATH=/usr/lib/ccache:$PATH
910

1011
compiler:
1112
- gcc

0 commit comments

Comments
 (0)