]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Do a `-pedantic` Build in CircleCI
authorW. Felix Handte <w@felixhandte.com>
Fri, 1 May 2020 16:26:20 +0000 (12:26 -0400)
committerW. Felix Handte <w@felixhandte.com>
Mon, 4 May 2020 14:59:15 +0000 (10:59 -0400)
.circleci/config.yml

index ca24f41a9e6f1d83ec24550cd172f376d1af1249..bcf2e1d5ea2a660f46868add9911d210600d3386 100644 (file)
@@ -13,7 +13,7 @@ jobs:
           name: Test
           command: |
             ./tests/test-license.py
-            cc -v; CFLAGS="-O0 -Werror" make all && make clean
+            cc -v; CFLAGS="-O0 -Werror -pedantic" make all && make clean
             make c99build         ; make clean
             make c11build         ; make clean
             make aarch64build     ; make clean