build: strip before caching in .cargo/bin

This commit is contained in:
Lzu Tao 2019-10-27 21:41:47 +07:00
parent 53f14abe1f
commit 84da79e922

View file

@ -14,6 +14,7 @@ cache:
before_cache:
- cargo install -Z install-upgrade cargo-cache --debug
- cargo cache --autoclean
- find $HOME/.cargo/bin/ ! -type d -exec strip {} \;
env:
global: