I want to set automatic testing of a Julia (https://julialang.org/) package. How can I setup Bitbucket pipelines for this purpose?
The official Julia Docker image has the required tools for testing. See the official Docker image.
You can configure Pipelines to use this image using:
image: julia:latest
For more info on using a custom image, see the documentation.
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.