commit | 5228c0718dd87bcd05f52ebf2686d9acb3cb8013 | [log] [tgz] |
---|---|---|
author | Bimba Shrestha <bimbashrestha@fb.com> | Tue Oct 22 17:43:29 2019 -0700 |
committer | Bimba Shrestha <bimbashrestha@fb.com> | Tue Oct 22 17:43:29 2019 -0700 |
tree | f08f664ca39a50206e4bb5f48cd74be5d7861960 | |
parent | 95f7880ddb606f3d788818d228250126140e689d [diff] [blame] |
Adding arm64 make check
diff --git a/.travis.yml b/.travis.yml index a6e1a99..26db675 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -222,5 +222,12 @@ - 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