[appveyor] Enable artifacts.

Though they will be with some sw artifacts.
This commit is contained in:
Egor Pugin 2019-07-16 07:51:31 +03:00 committed by GitHub
parent 872a18086c
commit b577af1fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,8 @@ build_script:
- sw -show-output -platform %platform% build
after_build:
- 7z a tesseract.zip %APPVEYOR_BUILD_FOLDER%\.sw\Windows_*_Shared_Release_MSVC_*\*.exe %APPVEYOR_BUILD_FOLDER%\.sw\Windows_*_Shared_Release_MSVC_*\*.dll
- 7z a tesseract.zip %APPVEYOR_BUILD_FOLDER%\.sw\out\*.exe %APPVEYOR_BUILD_FOLDER%\.sw\out\*.dll
#- 7z a tesseract.zip %APPVEYOR_BUILD_FOLDER%\.sw\Windows_*_Shared_Release_MSVC_*\*.exe %APPVEYOR_BUILD_FOLDER%\.sw\Windows_*_Shared_Release_MSVC_*\*.dll
artifacts:
- path: tesseract.zip