mirror of https://github.com/YosysHQ/yosys.git
travis: Use the cache.
This commit is contained in:
parent
48fdabdcda
commit
bc8d40aa88
|
@ -67,7 +67,7 @@ fi
|
||||||
|
|
||||||
# Install iverilog
|
# Install iverilog
|
||||||
(
|
(
|
||||||
if [ ! -e ~/.local/bin/iverilog ]; then
|
if [ ! -e ~/.local-bin/bin/iverilog ]; then
|
||||||
echo
|
echo
|
||||||
echo 'Building iverilog...' && echo -en 'travis_fold:start:before_install.iverilog\\r'
|
echo 'Building iverilog...' && echo -en 'travis_fold:start:before_install.iverilog\\r'
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue