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

Sun, 09 Oct 2016 18:32:16 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Sun, 09 Oct 2016 18:32:16 -0500
changeset 38180
443e8d364db7
parent 38179
a5d234780454
child 38181
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.

bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- 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
 

mercurial