pidgin/pidgin

bitbucket-pipelines.yml: Change `make check` to `make distcheck`

Now that `make distcheck` should succeed, we can just use it as it
internally does `make check`. This patch changes the BitBucket
pipeline file to do so.
# vi:et:ts=2 sw=2 sts=2
image: pidgin/builder-debian:stretch
pipelines:
default:
- step:
script:
- set -ex
- ./autogen.sh --enable-debug --enable-gtk-doc
- make -s -j$(nproc)
- make -s -j$(nproc) distcheck