From c7012369beffb33a9dbcc834b49c2cb065953489 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Sun, 8 Jul 2018 22:14:22 -0500 Subject: Setup CI --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 123e007..b13e213 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,8 +47,8 @@ build_script: test_script: - nimble test -after_build: - - 7z a -r buildlogs.zip %APPVEYOR_BUILD_FOLDER% - - appveyor PushArtifact buildlogs.zip - deploy: off + +on_finish: + - 7z a -r buildlogs.zip %USERPROFILE%\.nimble\pkgs + - appveyor PushArtifact buildlogs.zip -- cgit v1.2.3