Add arm64 to CI.

This commit is contained in:
Josh Matthews 2020-04-07 11:15:29 -04:00 committed by GitHub
parent 941abd202e
commit 2cd534609d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ addons:
script:
- cargo build
- cargo test
- cargo build --target aarch64-unknown-linux-gnu
env:
global:
- HARFBUZZ_SYS_NO_PKG_CONFIG=true