diff --git a/appveyor/.appveyor.yml.example-full b/appveyor/.appveyor.yml.example-full index 662edd2..71acb1c 100644 --- a/appveyor/.appveyor.yml.example-full +++ b/appveyor/.appveyor.yml.example-full @@ -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 #