Set up Bitbucket pipelines for automatic testing of Julia packages

I am trying to setup automatic testing (on each commit) for a package hosted on Bitbucket. Something like what Trevis-CI does for packages in Github. I think it should use Bitbucket pipelines somehow, but I have no idea how to set it up. Anyone knows how to do this?

3 Likes

Sorry for necroposting but I have the exact same goal in 2023 and I am struggling since most documentation I can find is for Github hosting. Did you succeed with Bitbucket hosting in the end? Including automatic testing?

I gave up and eventually moved to Github Actions. But curious if someone ever managed to get this to work.

1 Like