sony / nmos-cpp

An NMOS (Networked Media Open Specifications) Registry and Node in C++ (IS-04, IS-05)
Apache License 2.0
136 stars 79 forks source link

Build conan package in GitHub Actions? #304

Open garethsb opened 1 year ago

garethsb commented 1 year ago

It's been a complete pain getting the Conan package updated this time, due to Conan v2 migration, Conan Center Index rules and dependency recipe changes.

It would be good to have an early warning.

Perhaps a separate GitHub Actions workflow that builds the Conan recipe from CCI against current tip of master (and PRs!) using latest Conan and dependency recipes. https://github.com/pboettch/json-schema-validator/pull/220/files could provide implementation inspiration but I do think using the CCI recipe rather than a local one is probably the right way to go for this project.