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