Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
7b3a490943e2a24f76bcf3a17484192db8cc7382
/
.
/
.github
/
travis
/
after_script.sh
blob: 484a71edc769d1a7682ee16fb1ad5788eb8ecc38 [
file
] [
log
] [
blame
]
#!/bin/bash
source
.
github
/
travis
/
common
.
sh
set
-
e
$SPACER
start_section
"vtr.ccache.2"
"${GREEN}ccache info..${NC}"
ccache
--
show
-
stats
end_section
"vtr.ccache.2"
$SPACER