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

View File

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