add qemu arm support to travis ci
This commit is contained in:
parent
1ace6861c8
commit
2bc47ca6ec
|
@ -23,6 +23,12 @@ addons:
|
||||||
- curl
|
- curl
|
||||||
- sshfs
|
- sshfs
|
||||||
- sed
|
- sed
|
||||||
|
- binfmt-support
|
||||||
|
- qemu
|
||||||
|
- qemu-user-static
|
||||||
|
install:
|
||||||
|
- update-binfmts --enable qemu-arm
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- OS=el DIST=6
|
- OS=el DIST=6
|
||||||
|
@ -34,6 +40,7 @@ env:
|
||||||
- OS=ubuntu DIST=xenial
|
- OS=ubuntu DIST=xenial
|
||||||
- OS=ubuntu DIST=trusty ARCH=i386
|
- OS=ubuntu DIST=trusty ARCH=i386
|
||||||
- OS=ubuntu DIST=xenial ARCH=i386
|
- OS=ubuntu DIST=xenial ARCH=i386
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in New Issue