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

Latest commit

 

History

History
26 lines (20 loc) · 2.19 KB

Continuous-Integration.md

File metadata and controls

26 lines (20 loc) · 2.19 KB

Top-level overview (keep it short and simple)

How to add new third-party Conan recipes

Add the reference to the dependencies.py file, then

  • test it locally by adding the remote to your Conan repositories if not already done
  • if it works locally then you will need to ask one of the Inexor admins to link in the package to our Bintray repository
    • this can be done by going to the package overview and using the "Link" button

More details

Generally speaking, we are trying to build and test our applications on all platforms (operating systems, compilers..) we support.

References

[[Conan best practices]]