Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upload test results on finish
  • Loading branch information
RoryO committed Dec 10, 2019
commit e831d5ccb8361f5ff71a96b725f2c88f39abeca1
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,15 @@ test_script:
- ps: >-
ridk enable

$env:MINITEST_REPORTER="JUnitReporter"

bundle exec rake
on_finish:
- ps: >-
Get-ChildItem .\test\reports | ForEach-Object {

$wc = New-Object 'System.Net.WebClient'

$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", $_)

}