pidgin/pidgin

d092152c84c9
Parents 4663f9da17aa
Children f96783650fd6
Add a pipelines entry for the release-2.x.y branch
--- a/bitbucket-pipelines.yml Fri Sep 30 09:50:21 2016 -0500
+++ b/bitbucket-pipelines.yml Tue Oct 04 20:21:26 2016 -0500
@@ -8,4 +8,14 @@
- ./autogen.sh --disable-kwallet --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 --disable-kwallet --enable-debug --enable-gtk-doc
+ - make -s -j$(nproc)
+ - make -s -j$(nproc) check
+ - make distcheck