parent
d079909ed5
commit
ab28f63015
|
|
@ -46,13 +46,13 @@ test_script:
|
||||||
|
|
||||||
if($env:configuration -eq "Debug")
|
if($env:configuration -eq "Debug")
|
||||||
{
|
{
|
||||||
|
|
||||||
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Debug ../
|
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Debug ../
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
||||||
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release ../
|
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release ../
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue