Cache all the Scala build directories
I hope this will result in Travis building our stuff a lot faster, since this currently takes about half the time.
This commit is contained in:
parent
c263c636b3
commit
58d6af207f
11
.travis.yml
11
.travis.yml
@ -6,6 +6,17 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
$HOME/.ivy2
|
$HOME/.ivy2
|
||||||
regression/install
|
regression/install
|
||||||
|
chisel/target
|
||||||
|
context-dependent-environments/target
|
||||||
|
groundtest/target
|
||||||
|
hardfloat/target
|
||||||
|
junctions/target
|
||||||
|
project/project/target
|
||||||
|
project/target
|
||||||
|
rocket/target
|
||||||
|
target
|
||||||
|
uncore/target
|
||||||
|
zscale/target
|
||||||
|
|
||||||
# packages needed to build riscv-tools
|
# packages needed to build riscv-tools
|
||||||
addons:
|
addons:
|
||||||
|
Loading…
Reference in New Issue
Block a user