Do a -pedantic Build in CircleCI

This commit is contained in:
W. Felix Handte 2020-05-01 12:26:20 -04:00
parent dacbcd2cc1
commit 6528fa088e

View 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