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