parent
5d2b8772b5
commit
da00de7219
|
|
@ -24,8 +24,8 @@ image:
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
||||||
- BUILD_MODE = CMake
|
- BUILD_MODE=CMake
|
||||||
- BUILD_MODE = MSBuild
|
- BUILD_MODE=MSBuild
|
||||||
|
|
||||||
# Disable build through solution file
|
# Disable build through solution file
|
||||||
build: off
|
build: off
|
||||||
|
|
@ -44,13 +44,13 @@ test_script:
|
||||||
|
|
||||||
if($env:configuration -eq "Debug")
|
if($env:configuration -eq "Debug")
|
||||||
{
|
{
|
||||||
|
|
||||||
cmake -DCMAKE_BUILD_TYPE=Debug ../
|
cmake -DCMAKE_BUILD_TYPE=Debug ../
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release ../
|
cmake -DCMAKE_BUILD_TYPE=Release ../
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue