How to set up Bitbucket pipelines for automatic testing of a Julia package?

cossio November 13, 2017

I want to set automatic testing of a Julia (https://julialang.org/) package. How can I setup Bitbucket pipelines for this purpose?

1 answer

0 votes
Aneita
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 20, 2017

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events