--- a/bitbucket-pipelines.yml Tue Oct 11 15:10:34 2016 -0500 +++ b/bitbucket-pipelines.yml Wed Oct 19 17:53:07 2016 +0000 @@ -8,4 +8,14 @@ - ./autogen.sh --enable-debug --enable-gtk-doc - make -s -j$(nproc) - make -s -j$(nproc) check + branches: + release-2.x.y: + - step: + image: pidgin/release-builder:release-2.x.y + script: + - set -ex + - ./autogen.sh --enable-debug + - make -s -j$(nproc) + - make -s -j$(nproc) check + - make distcheck