Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
e826f57b27df591f83a2845a638636875713f938
/
.
/
.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