pidgin/pidgin

Parents a5d234780454
Children 6dc8cae57962
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.
--- a/bitbucket-pipelines.yml Sun Oct 16 22:22:52 2016 -0500
+++ b/bitbucket-pipelines.yml Sun Oct 09 18:32:16 2016 -0500
@@ -7,5 +7,5 @@
- set -ex
- ./autogen.sh --enable-debug --enable-gtk-doc
- make -s -j$(nproc)
- - make -s -j$(nproc) check
+ - make -s -j$(nproc) distcheck