From 7ca3554730a106e72ae2371b7ee924f2b1bdb72e Mon Sep 17 00:00:00 2001 From: NotAdam Date: Mon, 14 Oct 2019 18:57:31 +1100 Subject: [PATCH] actually gets past cmake now --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1413437f..ef08146f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -20,8 +20,8 @@ before_build: - git submodule update --init - mkdir build - cd build - - cmake .. -G "Visual Studio 16 2019" -A Win64 - - cmake --build . --target ALL_BUILD --config Release + - cmake .. -G "Visual Studio 16 2019" -A x64 + - cmake --build . --target ALL_BUILD --config RelWithDebInfo build_script: - cd bin