Hello,
How I can add some libraries and dependencies to the bitbucket-pipelines.yml that could build my C++ project without any problems or crashes? Do I need to have these libraries together with project?
Build environments in Bitbucket Pipelines are provided by the Docker image that you configure in your YAML file.
Details on how to use a Docker image from Docker Hub or build your own are in our documentation: https://confluence.atlassian.com/bitbucket/using-docker-images-as-build-environments-792298897.html.
So is there a guide to build C++ projects on bitbucket?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Never mind, somehow I configured it so its working now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.