/pidgin/main: 0f41c1224836: just do a make and make check

Gary Kramlich <[email protected]> Wed, 14 Sep 2016 15:54:40 -0400
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 0f41c12248368a049d816216ca3b0d95aabcbed4
Author:	 Gary Kramlich <[email protected]>
Date:	 2016-09-08 22:30 -0500
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/0f41c1224836

Description:

just do a make and make check

diffstat:

 bitbucket-pipelines.yml |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -6,5 +6,7 @@ pipelines:
         script:
           - set -ex
           - ./autogen.sh --disable-kwallet --disable-meanwhile --enable-debug --disable-avahi --enable-gtk-doc
-          - make distcheck -s -j$(cat /proc/cpuinfo | egrep "^processor\s+:" | wc -l)
+          - CPUS=$(cat /proc/cpuinfo | egrep "^processor\s+:" | wc -l)
+          - make -s -j${CPUS}
+          - make -s -j${CPUS} check
 

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits