/pidgin/main: ec1617ea3865: the new image has gplugin installed ...
Gary Kramlich <[email protected]> Wed, 14 Sep 2016 15:54:40 -0400
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: ec1617ea3865b24e06f74a693fca1074b77c9014 Author: Gary Kramlich <[email protected]> Date: 2016-09-07 23:00 -0500 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/ec1617ea3865 Description: the new image has gplugin installed so we don't have to anymore and try to do a distcheck instead diffstat: bitbucket-pipelines.yml | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diffs (16 lines): diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -5,11 +5,6 @@ pipelines: - 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) _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits