diff --git a/.appveyor.yml b/.appveyor.yml index 7b5dacf3..65e32393 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,7 +21,7 @@ before_build: - mkdir build - cd build - cmake .. -G "Visual Studio 15 2017 Win64" - - cmake --build . --target ALL_BUILD --config Debug + - cmake --build . --target ALL_BUILD --config Release build_script: - cd ..