We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8a6fb commit 32b120aCopy full SHA for 32b120a
1 file changed
.travis.yml
@@ -2,6 +2,7 @@ language: rust
2
rust:
3
- nightly
4
- stable
5
+cache: cargo
6
addons:
7
apt:
8
packages:
@@ -11,6 +12,8 @@ addons:
11
12
- libglfw3-dev
13
- cmake
14
script:
15
+ - cargo install sccache
16
+ - export RUSTC_WRAPPER=sccache
17
- rustup target add aarch64-unknown-linux-gnu
18
- cd simd
19
- cargo build --target aarch64-unknown-linux-gnu
0 commit comments