Appveyor: Move 'make test-results' to the on_finish stage

This commit is contained in:
Andrew Johnson
2020-04-20 11:33:37 -05:00
parent be061e1084
commit b655662131

View File

@@ -77,7 +77,10 @@ build_script:
- cmd: ci/appveyor-make.bat
test_script:
- cmd: ci/appveyor-make.bat tapfiles test-results
- cmd: ci/appveyor-make.bat tapfiles
on_finish:
- cmd: ci/appveyor-make.bat -s test-results
#---------------------------------#
# notifications #