evitct more stuff from cache

This commit is contained in:
Aleksey Kladov 2018-11-06 23:34:30 +03:00
parent ed1feb72dc
commit 816f72dbd5

View File

@ -1,7 +1,7 @@
cache: cargo
before_cache:
- find ./target/debug -type f -maxdepth 1 -delete
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*}
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*}
env:
- CARGO_INCREMENTAL=0