mirror of
https://github.com/nivekuil/rip
synced 2024-11-10 06:04:17 +00:00
Build for armv7
This commit is contained in:
parent
08e5d9b899
commit
b1f570f9dd
1 changed files with 14 additions and 0 deletions
14
.travis.yml
14
.travis.yml
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue