]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
minor appveyor test script fix
authorYann Collet <cyan@fb.com>
Fri, 18 Oct 2019 22:02:30 +0000 (15:02 -0700)
committerYann Collet <cyan@fb.com>
Fri, 18 Oct 2019 22:02:30 +0000 (15:02 -0700)
appveyor.yml

index 9a3d533847c8589e80c95a84e7d619e5e8176b78..87fa5c12de2cabfee95cd5995d4a6f1b283ce5a1 100644 (file)
   test_script:
   - ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION%
   - if [%HOST%]==[mingw] (
-      SET CC=%COMPILER%
+      set "CC=%COMPILER%" &&
       make check
     )