From b6556621314d8fca6fcfdbb911cc14a324f315ee Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 20 Apr 2020 11:33:37 -0500 Subject: [PATCH] Appveyor: Move 'make test-results' to the on_finish stage --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a76d7c525..891a4b8b2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 #