From: Yann Collet Date: Fri, 16 Oct 2020 21:31:40 +0000 (-0700) Subject: fix appveyor test X-Git-Tag: v1.4.7~48^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de985b1c1ac2625597abdaa214dc7841f9f513f2;p=thirdparty%2Fzstd.git fix appveyor test was mixing `*.o` object files from different compilation settings --- diff --git a/appveyor.yml b/appveyor.yml index 5d77b3103..91568e484 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -285,5 +285,6 @@ - ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION% - if [%HOST%]==[mingw] ( set "CC=%COMPILER%" && + make clean && make check )