Merge pull request #1841 from bimbashrestha/travis

Adding arm64 make check to travis.ci
This commit is contained in:
Yann Collet
2019-10-24 12:58:50 -07:00
committed by GitHub
+7
View File
@@ -26,6 +26,12 @@ env:
matrix:
fast_finish: true
include:
- name: arm64
os: linux
arch: arm64
script:
- make check
- name: Trusty (Test All)
script:
- make test
@@ -222,5 +228,6 @@ matrix:
- tree ./staging
after_failure:
- cat "$TRAVIS_BUILD_DIR"/builddir/meson-logs/testlog.txt
allow_failures:
- env: ALLOW_FAILURES=true