Add Travis Test that Builds ARM on Trusty

dev
W. Felix Handte 2019-12-05 17:14:57 -05:00
parent 5f46894184
commit 976c055a9a
1 changed files with 7 additions and 0 deletions

View File

@ -137,6 +137,13 @@ matrix:
- make arminstall
- make armfuzz
# Introduced to check compat with old toolchains, to prevent e.g. #1872
- name: ARM Build Test (on Trusty)
dist: trusty
script:
- make arminstall
- make armbuild
- name: Qemu PPC + Fuzz Test # ~13mn
dist: trusty # it seems ppc cross-compilation fails on "current"
script: