bitbucket-pipelines.yml

changeset 38151
b63d540f5321
parent 38144
f30b0d8e1f64
parent 38150
f96783650fd6
child 38181
6dc8cae57962
--- 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
 

mercurial