Skip to content

Commit c8fcc89

Browse files
authored
AppVeyor: add downloadable builds
1 parent bf10925 commit c8fcc89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ build_script:
2727
- cd build
2828
- cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off
2929
- cmake --build . --config Release
30+
31+
artifacts:
32+
- path: build\bin\Release
33+
name: tesseract-appveyor

0 commit comments

Comments
 (0)