From: Bimba Shrestha Date: Wed, 23 Oct 2019 00:43:29 +0000 (-0700) Subject: Adding arm64 make check X-Git-Tag: v1.4.4~1^2~13^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5228c0718dd87bcd05f52ebf2686d9acb3cb8013;p=thirdparty%2Fzstd.git Adding arm64 make check --- diff --git a/.travis.yml b/.travis.yml index a6e1a99ea..26db67532 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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