summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2018-05-27 16:07:11 -0400
committerEric Haszlakiewicz <erh+git@nimenees.com>2018-05-27 16:07:11 -0400
commitdfc0fddf225eecb3302fe1a9beac133be3536cd5 (patch)
treeff39b72594193d4c7eb1f4773b4ed71b647c1805
parentc75ebe8973b1f03d3b3ef429c114e8d2192dc0c0 (diff)
downloadjson-c-dfc0fddf225eecb3302fe1a9beac133be3536cd5.tar.gz
Include the json-c.lib, .pdb and .exp files in the zip file created by the appveyor build, since it seems they're needed for linking and debugging.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 72b1331..8df0560 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,7 +32,7 @@ after_build:
- copy json_inttypes.h include\json-c\*
- copy include\json_config.h include\json-c\*
- copy json_object_private.h include\json-c\*
-- 7z a json-c.lib.zip lib\json-c.dll include\json-c\*.h
+- 7z a json-c.lib.zip lib\json-c.dll Debug\json-c.lib Debug\json-c.exp Debug\json-c.pdb include\json-c\*.h
artifacts:
- path: json-c.lib.zip