appveyor always push artifacts
on success or failure
This commit is contained in:
@@ -79,6 +79,9 @@ test_script:
|
||||
- cmd: .ci/appveyor-make.bat tapfiles
|
||||
- cmd: .ci/appveyor-make.bat test-results
|
||||
|
||||
on_finish:
|
||||
- ps: Get-ChildItem *.tap -Recurse -Force | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||
|
||||
|
||||
#---------------------------------#
|
||||
# debugging #
|
||||
|
||||
Reference in New Issue
Block a user