Skip to content

Commit

Permalink
AppVeyor: add downloadable builds
Browse files Browse the repository at this point in the history
  • Loading branch information
techtonik committed Dec 21, 2016
1 parent bf10925 commit c8fcc89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ build_script:
- cd build
- cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off
- cmake --build . --config Release

artifacts:
- path: build\bin\Release
name: tesseract-appveyor

0 comments on commit c8fcc89

Please sign in to comment.