parent
c9d3fbf165
commit
16a0cfeee1
|
|
@ -47,13 +47,13 @@ test_script:
|
|||
if($env:configuration -eq "Debug")
|
||||
{
|
||||
|
||||
cmake -G "Visual Studio" -DCMAKE_BUILD_TYPE=Debug ../
|
||||
cmake -G "$env:image" -DCMAKE_BUILD_TYPE=Debug ../
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
cmake -G "Visual Studio" -DCMAKE_BUILD_TYPE=Release ../
|
||||
cmake -G "$env:image" -DCMAKE_BUILD_TYPE=Release ../
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue