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
856a20111d
commit
e7a3964098
@ -36,7 +36,7 @@ after_build:
|
||||
on_finish:
|
||||
# gather tests
|
||||
- ps: $wc = New-Object 'System.Net.WebClient'
|
||||
- ps: $wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\sw\test\results.xml))
|
||||
- ps: $wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\.sw\test\results.xml))
|
||||
|
||||
artifacts:
|
||||
- path: tesseract.zip
|
||||
|
Loading…
Reference in New Issue
Block a user