Skip to content

Commit

Permalink
Cache all built dependencies, to avoid rebuilding them on each CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
linkmauve committed Jun 30, 2020
1 parent fac6753 commit de60a5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: rust
rust:
- nightly
- stable
cache: cargo
addons:
apt:
packages:
Expand All @@ -11,6 +12,8 @@ addons:
- libglfw3-dev
- cmake
script:
- cargo install sccache
- export RUSTC_WRAPPER=sccache
- rustup target add aarch64-unknown-linux-gnu
- cd simd
- cargo build --target aarch64-unknown-linux-gnu
Expand Down

0 comments on commit de60a5f

Please sign in to comment.