mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
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:
parent
d18931e86e
commit
4b832612a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user