1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-07 16:36:48 +01:00

Run ctest also in x64

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2016-03-30 20:56:38 +02:00
parent eb85dad31f
commit 93be8d9042

@ -519,7 +519,7 @@ test_script:
} }
} }
} }
if ($env:builder -eq "cmake" -and $env:platform -eq "Win32") if ($env:builder -eq "cmake")
{ {
pushd cmake-build; pushd cmake-build;
Write-Host -ForegroundColor Yellow $line; Write-Host -ForegroundColor Yellow $line;