appveyor: show test-results after .tap upload

This commit is contained in:
Michael Davidsaver
2020-04-01 18:01:17 -07:00
committed by Ralph Lange
parent ca74a8424b
commit 2fd1f9ec16

View File

@@ -86,6 +86,7 @@ test_script:
on_finish:
- ps: Get-ChildItem *.tap -Recurse -Force | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
- cmd: python .ci/appveyor/do.py build test-results -s
#---------------------------------#
# debugging #