Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 778 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 778 Bytes

JSON

Catch2 is a C++ JSON library used by the Collector, Local Agent and Platform.

Syncing with the upstream master branch

First, make sure the upstream remote is configured:

git remote -v

# If the upstream remote doesn't exist, add it:
git remote add upstream https://github.com/nlohmann/json.git

Then merge the upstream changes

git fetch upstream
git checkout develop
git merge upstream/develop

Publishing to the Conan server

To update the package, update the version number in conanfile.py then run:

conan create . paladin/develop
conan upload json/3.2.0@paladin/develop -r paladin