From 4b832612a25fe4d0b0f05174346f63b93e5de66e Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 5 May 2017 23:44:36 +0200 Subject: [PATCH] Don't redirect build output to file for Appveyor CI This is only used to find build problems, don't commit! Signed-off-by: Stefan Weil --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0f4fc60a97..89b80afa46 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,7 +36,8 @@ build_script: #- cmd: 'echo use_shared_libs: true >> cppan.yml' #- cppan --build .. - cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off -DAPPVEYOR=1 - - cmake --build . --config Release > bin\Release\log.txt 2>&1 + #- cmake --build . --config Release > bin\Release\log.txt 2>&1 + - cmake --build . --config Release artifacts: - path: build\bin\Release