From ce748cb90b585c2e167ccfa65be4cd4a0ec424e9 Mon Sep 17 00:00:00 2001 From: Jeroen Koekkoek Date: Tue, 7 Aug 2018 10:56:21 +0200 Subject: [PATCH] pass build config to CMake explicitly Signed-off-by: Jeroen Koekkoek --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9cf323c..797a586 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,7 +38,7 @@ build_script: - cd build - conan install -s arch=%ARCH% -s build_type=%CONFIGURATION% .. - cmake -DBUILD_TESTING=on -DCMAKE_BUILD_TYPE=%CONFIGURATION% -G "%GENERATOR%" ../src - - cmake --build . + - cmake --build . --config %CONFIGURATION% test_script: - ctest --test-action test --build-config %CONFIGURATION%