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: matrix:
fast_finish: true fast_finish: true
include: include:
- name: arm64
os: linux
arch: arm64
script:
- make check
- name: Trusty (Test All) - name: Trusty (Test All)
script: script:
- make test - make test
@@ -222,5 +228,6 @@ matrix:
- tree ./staging - tree ./staging
after_failure: after_failure:
- cat "$TRAVIS_BUILD_DIR"/builddir/meson-logs/testlog.txt - cat "$TRAVIS_BUILD_DIR"/builddir/meson-logs/testlog.txt
allow_failures: allow_failures:
- env: ALLOW_FAILURES=true - env: ALLOW_FAILURES=true