pidgin/pidgin

The new docker image does all of this stuff for us
release-2.x.y
2019-06-14, Gary Kramlich
cd69061a15a2
The new docker image does all of this stuff for us
--- a/bitbucket-pipelines.yml Tue May 28 00:18:55 2019 -0400
+++ b/bitbucket-pipelines.yml Fri Jun 14 02:39:31 2019 -0500
@@ -13,8 +13,5 @@
- step:
image: pidgin/builders-2:debian-buster-amd64
script:
- - set -ex
- - ./autogen.sh --enable-debug
- - make -s -j$(nproc)
- - make -s -j$(nproc) check
- - make distcheck
+ - build.sh
+