mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
Travis: Try to fix ccache
This commit is contained in:
parent
0ea603d96e
commit
bd1fceb31d
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
language: c++
|
language: c++
|
||||||
cache: ccache
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- .cache/
|
- .cache/
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
- $HOME/.ccache
|
||||||
|
cache: ccache
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- PROTOBUF_ROOT=$HOME/protobuf
|
- PROTOBUF_ROOT=$HOME/protobuf
|
||||||
|
|
Loading…
Add table
Reference in a new issue