Make sure that the conan package added in conan/conanfile.py can be built with conan create ... and a consumer project can use the generated package.
TODOs:
- Create a "deployment" stage with a job for deploying this
conan package.
- In the conan deploy job, call
conan create ... with the correct versioning parameters.
- In the conan deploy job, create and build a consumer "hello world" project that uses the Base64 functions from the
conan dependency.