]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Adding arm64 make check
authorBimba Shrestha <bimbashrestha@fb.com>
Wed, 23 Oct 2019 00:43:29 +0000 (17:43 -0700)
committerBimba Shrestha <bimbashrestha@fb.com>
Wed, 23 Oct 2019 00:43:29 +0000 (17:43 -0700)
.travis.yml

index a6e1a99ea49c9d219231ba2a4b81a928c02a8a37..26db67532cae5af939b89608b3ab530b673bbbb9 100644 (file)
@@ -222,5 +222,12 @@ matrix:
         - tree ./staging
       after_failure:
         - cat "$TRAVIS_BUILD_DIR"/builddir/meson-logs/testlog.txt
+
+    # arm 64
+    - name: arm64
+      os: linux
+      arch: arm64
+      script:
+        - make check
   allow_failures:
     - env: ALLOW_FAILURES=true