]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add Travis Test that Builds ARM on Trusty
authorW. Felix Handte <w@felixhandte.com>
Thu, 5 Dec 2019 22:14:57 +0000 (17:14 -0500)
committerW. Felix Handte <w@felixhandte.com>
Mon, 23 Dec 2019 18:24:28 +0000 (13:24 -0500)
.travis.yml

index a87c604aa838fabe47cd92a7d9779be04d598a52..297dcdd62bc18faebe6e3c49545cdf785635f991 100644 (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: