Add logging message

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2015-12-23 12:12:21 +01:00
parent 70865f3b7d
commit a0f5dc05de

View File

@ -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: $_"
}