From: senhuang42 Date: Wed, 26 May 2021 18:51:04 +0000 (-0400) Subject: Add arm64 fuzz test to travis X-Git-Tag: v1.5.1~1^2~161^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56b7dd121c8d97428df96ae5d320c904545183b5;p=thirdparty%2Fzstd.git Add arm64 fuzz test to travis --- diff --git a/.travis.yml b/.travis.yml index 57db8f052..32fedc887 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,12 @@ matrix: script: - make check + - name: arm64fuzz + os: linux + arch: arm64 + script: + - make -C tests fuzztest + # TODO: migrate to GH actions once warnings are fixed - name: Minimal Decompressor Macros # ~5mn script: