Skip to content

Commit

Permalink
Don't redirect build output to file for Appveyor CI
Browse files Browse the repository at this point in the history
This is only used to find build problems, don't commit!

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed May 6, 2017
1 parent d18931e commit 4b83261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit 4b83261

Please sign in to comment.