mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-09 12:16:42 -04:00
Add arm64 jobs to Travis build matrix.
This commit is contained in:
parent
303aecb074
commit
4e1f1a2d7f
18
.travis.yml
18
.travis.yml
@ -24,6 +24,24 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- tools/run_tests.sh checksum_benchmarks static_analysis edge_case
|
- tools/run_tests.sh checksum_benchmarks static_analysis edge_case
|
||||||
|
|
||||||
|
- name: Native tests (Linux aarch64)
|
||||||
|
os: linux
|
||||||
|
dist: bionic
|
||||||
|
arch: arm64
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get install -y libz-dev valgrind clang
|
||||||
|
script:
|
||||||
|
- tools/run_tests.sh native freestanding
|
||||||
|
|
||||||
|
- name: Checksum, static analysis, and edge case tests (Linux aarch64)
|
||||||
|
os: linux
|
||||||
|
dist: bionic
|
||||||
|
arch: arm64
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get install -y libz-dev clang python3
|
||||||
|
script:
|
||||||
|
- tools/run_tests.sh checksum_benchmarks static_analysis edge_case
|
||||||
|
|
||||||
- name: gzip and cross-compile-for-Windows tests (Linux)
|
- name: gzip and cross-compile-for-Windows tests (Linux)
|
||||||
os: linux
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user