From a89def6f4ac18e08ee1f3bc229dc578cdbee13cc Mon Sep 17 00:00:00 2001 From: mordred Date: Wed, 12 Dec 2018 14:18:27 +0100 Subject: [PATCH] What about a release windows build? --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ..