From: W. Felix Handte Date: Mon, 10 Jun 2019 15:21:28 +0000 (-0400) Subject: Add Contbuild Test for C99 Build X-Git-Tag: v1.4.1^2~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8970199f8cafb1d1536dd4fbf6c5801dc772b05;p=thirdparty%2Fzstd.git Add Contbuild Test for C99 Build --- diff --git a/.travis.yml b/.travis.yml index 0abdadb38..3d9c9d99a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -153,6 +153,12 @@ matrix: - make clean - make travis-install # just ensures `make install` works + - name: c99 compatibility + if: branch = master + script: + - make c99build + - make -C tests test-zstd + - name: PPC64 if: branch = master script: