diff --git a/.appveyor.yml b/.appveyor.yml index 8d2033ee..c30ff67a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 ../ }