Skip to content

Commit 4b83261

Browse files
committed
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 <[email protected]>
1 parent d18931e commit 4b83261

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ build_script:
3636
#- cmd: 'echo use_shared_libs: true >> cppan.yml'
3737
#- cppan --build ..
3838
- cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off -DAPPVEYOR=1
39-
- cmake --build . --config Release > bin\Release\log.txt 2>&1
39+
#- cmake --build . --config Release > bin\Release\log.txt 2>&1
40+
- cmake --build . --config Release
4041

4142
artifacts:
4243
- path: build\bin\Release

0 commit comments

Comments
 (0)