mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-16 06:56:41 +02:00
Add logging message
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
70865f3b7d
commit
a0f5dc05de
@ -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: $_"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user