We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf10925 commit c8fcc89Copy full SHA for c8fcc89
appveyor.yml
@@ -27,3 +27,7 @@ build_script:
27
- cd build
28
- cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off
29
- cmake --build . --config Release
30
+
31
+artifacts:
32
+ - path: build\bin\Release
33
+ name: tesseract-appveyor
0 commit comments