pboettch / json-schema-validator

JSON schema validator for JSON for Modern C++
Other
469 stars 135 forks source link

Updates conanfile.py #220

Closed nine closed 1 year ago

nine commented 1 year ago

Adds updates to conanfile.py as the existing was not working anymore.

Summary:

Verified using Conan version 1.52.0 :

  1. Building in repo
    mkdir build && cd build
    conan install ..
    conan build ..

    Minor remark: the test-case cmake-install does not work with this method. All other tests work as expected by invocation of ctest -V.

  2. Creating package in conan cache
    conan create .
nine commented 1 year ago

Added an action for creating the conan package in e80c938. Verified the updated workflow on my cloned repository: https://github.com/nine/json-schema-validator/actions/runs/2981780320/workflow

nine commented 1 year ago

@pboettch please re-review my pull request.