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 <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2017-05-05 23:44:36 +02:00
parent d18931e86e
commit 4b832612a2

View File

@ -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