Wed, 07 Sep 2016 23:00:33 -0500
the new image has gplugin installed so we don't have to anymore and try to do a distcheck instead
| bitbucket-pipelines.yml | file | annotate | diff | comparison | revisions |
--- a/bitbucket-pipelines.yml Wed Sep 07 21:17:25 2016 -0500 +++ b/bitbucket-pipelines.yml Wed Sep 07 23:00:33 2016 -0500 @@ -5,11 +5,6 @@ - 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)