From 976c055a9ab12cda4b3d258ec6be376887070a6e Mon Sep 17 00:00:00 2001 From: "W. Felix Handte" Date: Thu, 5 Dec 2019 17:14:57 -0500 Subject: [PATCH] Add Travis Test that Builds ARM on Trusty --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index a87c604a..297dcdd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: