add qemu arm support to travis ci

This commit is contained in:
Andrew Bauer 2018-02-19 19:31:22 -06:00 committed by GitHub
parent 1ace6861c8
commit 2bc47ca6ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,12 @@ addons:
- curl
- sshfs
- sed
- binfmt-support
- qemu
- qemu-user-static
install:
- update-binfmts --enable qemu-arm
env:
matrix:
- OS=el DIST=6
@ -34,6 +40,7 @@ env:
- OS=ubuntu DIST=xenial
- OS=ubuntu DIST=trusty ARCH=i386
- OS=ubuntu DIST=xenial ARCH=i386
compiler:
- gcc
services: