www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Bitbucket Pipelines

Hi,

Thought some of us might be interested in this, it is now really 
simple to set up testing within bitbucket, by using "Bitbucket 
Pipelines", docker based testing with what seems to be standard 
bash script in the YAML file.

The below config is for a dub package.

bitbucket-pipelines.yml
=================


https://confluence.atlassian.com/x/5Q4SMw 
for more examples.



build environment.
image: base/archlinux
pipelines:
   default:
     - step:

repository.
           - pacman -Sy --noconfirm dub dmd
           - dub build


=================

Regards,
Rory McGuire
Apr 17 2017