Build for armv7

This commit is contained in:
Kevin Liu 2016-10-23 07:34:47 -07:00
parent 08e5d9b899
commit b1f570f9dd

View file

@ -16,6 +16,20 @@ matrix:
rust: nightly
env: TARGET=x86_64-apple-darwin
sudo: required
- os: linux
rust: nightly
env: TARGET=armv7-unknown-linux-gnueabihf
sudo: required
addons:
apt:
packages:
# Cross compiler and cross compiled C libraries
- gcc-arm-linux-gnueabihf
- libc6-armhf-cross
- libc6-dev-armhf-cross
# Transparent emulation
- qemu-user-static
- binfmt-support
before_install:
- export PATH="$PATH:$HOME/.cargo/bin"