From e943dd7174ef8b6c3ba7e3d8336a09f534e4d392 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Thu, 11 Oct 2018 08:02:15 -0400 Subject: [PATCH] Saving SUT benchmarks as artifact --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0c0607a..4e1d192 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -71,7 +71,7 @@ test_script: after_test: # zip up the SUT benchmarks - - 7z a benchmarks.zip %TEST_HOME%\epanet-%APPVEYOR_REPO_COMMIT%\ + - 7z a benchmarks.zip %TEST_HOME%\benchmark\epanet-%APPVEYOR_REPO_COMMIT%\ artifacts: - path: benchmarks.zip