diff --git a/appveyor.yml b/appveyor.yml index e4ef39e94..6af1465fc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -290,10 +290,12 @@ build_script: $defs+=" `-DENABLE_REDIS=OFF"; $defs+=" `-DENABLE_SAMPLES=ON"; $defs+=" `-DENABLE_TESTS=ON"; - cmake `-G"NMake Makefiles" $defs .. + Write-Host -ForegroundColor Yellow cmake `-G'"NMake Makefiles"' $defs .. + cmake `-G'"NMake Makefiles"' $defs .. try { $ErrorActionPreference = 'Continue'; - cmake `-`-build . `-`-config $env:configuration + Write-Host -ForegroundColor Yellow cmake `-`-build . + cmake `-`-build . } catch { Write-Warning "Oops: $_" }