mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Update appveyor.yml
This commit is contained in:
parent
d7e5d4338e
commit
5acc64e645
@ -3,6 +3,9 @@ os: Visual Studio 2017
|
||||
platform:
|
||||
- Win32
|
||||
- Win64
|
||||
|
||||
cache:
|
||||
- c:/Users/appveyor/.cppan/storage
|
||||
|
||||
configuration:
|
||||
- Release
|
||||
@ -35,8 +38,8 @@ build_script:
|
||||
#- cmd: 'echo generator: %generator% >> cppan.yml'
|
||||
#- 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 .. -G "%generator%"
|
||||
- cmake --build . --config Release
|
||||
|
||||
artifacts:
|
||||
- path: build\bin\Release
|
||||
|
Loading…
Reference in New Issue
Block a user