ensure appveyor test fails due to formatting error

to catch %zu incompatibility
This commit is contained in:
cyan4973 2018-07-30 16:44:20 +02:00
parent aade1e5904
commit c738a2c795

View File

@ -181,7 +181,7 @@
- COMPILER: "gcc"
HOST: "mingw"
PLATFORM: "x64"
SCRIPT: "make allzstd"
SCRIPT: "CPPFLAGS=-DDEBUGLEVEL=2 CFLAGS=-Werror make -j allzstd"
- COMPILER: "gcc"
HOST: "mingw"
PLATFORM: "x86"