diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-08 22:09:41 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-08 22:09:41 -0500 |
| commit | 395422f1e5e5ff506986d0667391e7f4a3011e7b (patch) | |
| tree | 5e55006f4b43b278b4690004d555f78b06739fa8 | |
| parent | fdcbec8d5bb4994603a0e0798c33d9d9190026a8 (diff) | |
| download | nimgen-395422f1e5e5ff506986d0667391e7f4a3011e7b.tar.gz nimgen-395422f1e5e5ff506986d0667391e7f4a3011e7b.zip | |
Setup CI
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
