pidgin/pidgin

Parents 301b4148eb51
Children 1d985553c4b3
the new image has gplugin installed so we don't have to anymore and try to do a distcheck instead
--- a/bitbucket-pipelines.yml Wed Sep 07 21:17:25 2016 -0500
+++ b/bitbucket-pipelines.yml Wed Sep 07 23:00:33 2016 -0500
@@ -5,11 +5,6 @@
- step:
script:
- set -ex
- - wget -O - "https://packagecloud.io/pidgin/experimental/gpgkey" | apt-key add -
- - echo "deb https://packagecloud.io/pidgin/experimental/debian/ stretch main" > /etc/apt/sources.list.d/gplugin.list
- - apt-get update
- - apt-get install -y libgplugin-dev
- ./autogen.sh --disable-kwallet --disable-meanwhile --enable-debug --disable-avahi --enable-gtk-doc
- - make -s -j$(cat /proc/cpuinfo | egrep "^processor\s+:" | wc -l)
- - make check -s -j$(cat /proc/cpuinfo | egrep "^processor\s+:" | wc -l)
+ - make distcheck -s -j$(cat /proc/cpuinfo | egrep "^processor\s+:" | wc -l)