From: cyan4973 Date: Mon, 30 Jul 2018 14:44:20 +0000 (+0200) Subject: ensure appveyor test fails due to formatting error X-Git-Tag: v0.0.29~51^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c738a2c795380c2a75810c48f320df93fd8bd2ea;p=thirdparty%2Fzstd.git ensure appveyor test fails due to formatting error to catch %zu incompatibility --- diff --git a/appveyor.yml b/appveyor.yml index 742f61206..42eb71d64 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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"