mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add CCACHE infra and turn it on in travis
This commit is contained in:
parent
17a6cb5873
commit
5c5acc0249
4 changed files with 11 additions and 0 deletions
|
@ -36,6 +36,8 @@ rustc-with-gold = true
|
|||
android = false
|
||||
# Set "debug-mozjs" or use `mach build --debug-mozjs` to build a debug spidermonkey.
|
||||
debug-mozjs = false
|
||||
# Set to the path to your ccache binary to enable caching of compiler outputs
|
||||
#ccache = "/usr/local/bin/ccache"
|
||||
|
||||
# Android information
|
||||
[android]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue