mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-25 21:30:23 +00:00
Re-add sccache work
This commit is contained in:
parent
d269bb0c2e
commit
3d976af660
1 changed files with 5 additions and 1 deletions
|
@ -1,10 +1,14 @@
|
|||
language: rust
|
||||
script: cargo run
|
||||
before_script: sccache --version || cargo install sccache
|
||||
script: RUSTC_WRAPPER=sccache cargo run
|
||||
|
||||
env:
|
||||
global:
|
||||
- RUST_LOG=warn
|
||||
- SCCACHE_CACHE_SIZE=1G
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- ~/.cargo/bin
|
||||
- ~/.cache/sccache
|
||||
- results # So we don't have to check all the things every time
|
Loading…
Reference in a new issue