Skip to content

Commit de60a5f

Browse files
committed
Cache all built dependencies, to avoid rebuilding them on each CI run
1 parent fac6753 commit de60a5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: rust
22
rust:
33
- nightly
44
- stable
5+
cache: cargo
56
addons:
67
apt:
78
packages:
@@ -11,6 +12,8 @@ addons:
1112
- libglfw3-dev
1213
- cmake
1314
script:
15+
- cargo install sccache
16+
- export RUSTC_WRAPPER=sccache
1417
- rustup target add aarch64-unknown-linux-gnu
1518
- cd simd
1619
- cargo build --target aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)