mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-06 09:20:39 +00:00
15 lines
318 B
YAML
15 lines
318 B
YAML
language: rust
|
|
before_script: sccache --version || cargo install sccache
|
|
script: RUSTC_WRAPPER=sccache cargo run || true
|
|
|
|
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
|