Install rustup target before building.

This commit is contained in:
Josh Matthews 2020-04-07 12:06:26 -04:00 committed by GitHub
parent fe80bad31b
commit b28e04a22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,7 @@ addons:
- libsdl2-dev
- cmake
script:
- rustup target add aarch64-unknown-linux-gnu
- cd simd
- cargo build --target aarch64-unknown-linux-gnu
- cd ../geometry
@ -17,7 +18,6 @@ script:
- cd ..
- cargo build
- cargo test
- rustup target add aarch64-unknown-linux-gnu
env:
global:
- HARFBUZZ_SYS_NO_PKG_CONFIG=true