mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
commit
afe64eb1b0
@ -4,6 +4,9 @@ platform:
|
||||
- Win32
|
||||
- Win64
|
||||
|
||||
cache:
|
||||
- C:/Users/appveyor/.cppan
|
||||
|
||||
configuration:
|
||||
- Release
|
||||
|
||||
@ -36,7 +39,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