diff --git a/.appveyor.yml b/.appveyor.yml index 896fbc26..1ac84da7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -46,13 +46,13 @@ test_script: if($env:configuration -eq "Debug") { - + cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Debug ../ - + } else { - + cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release ../ }