]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add Contbuild Test for C99 Build 1640/head
authorW. Felix Handte <w@felixhandte.com>
Mon, 10 Jun 2019 15:21:28 +0000 (11:21 -0400)
committerW. Felix Handte <w@felixhandte.com>
Mon, 10 Jun 2019 15:22:45 +0000 (11:22 -0400)
.travis.yml

index 0abdadb384771e2ff2a10267b58a95325224ea3f..3d9c9d99a896507dcb2e11eb2180c120dd238a2e 100644 (file)
@@ -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: