diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-08 22:14:22 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-08 22:14:22 -0500 |
| commit | c7012369beffb33a9dbcc834b49c2cb065953489 (patch) | |
| tree | 1db5a0621f87223f47377f6a9fac4cee5fcdb69f | |
| parent | 395422f1e5e5ff506986d0667391e7f4a3011e7b (diff) | |
| download | nimgen-c7012369beffb33a9dbcc834b49c2cb065953489.tar.gz nimgen-c7012369beffb33a9dbcc834b49c2cb065953489.zip | |
Setup CI
| -rw-r--r-- | appveyor.yml | 8 |
1 files 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 |
