mirror of
https://github.com/facebook/zstd.git
synced 2025-11-22 00:10:22 -05:00
Moving arm64 test outside the meson scope
This commit is contained in:
parent
5228c0718d
commit
4899b6fdbd
12
.travis.yml
12
.travis.yml
@ -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
|
||||||
@ -223,11 +229,5 @@ matrix:
|
|||||||
after_failure:
|
after_failure:
|
||||||
- cat "$TRAVIS_BUILD_DIR"/builddir/meson-logs/testlog.txt
|
- cat "$TRAVIS_BUILD_DIR"/builddir/meson-logs/testlog.txt
|
||||||
|
|
||||||
# arm 64
|
|
||||||
- name: arm64
|
|
||||||
os: linux
|
|
||||||
arch: arm64
|
|
||||||
script:
|
|
||||||
- make check
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: ALLOW_FAILURES=true
|
- env: ALLOW_FAILURES=true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user