Tue, 11 Oct 2016 22:24:14 -0500
we really only need to enable debug here
| bitbucket-pipelines.yml | file | annotate | diff | comparison | revisions |
--- a/bitbucket-pipelines.yml Tue Oct 04 20:21:26 2016 -0500 +++ b/bitbucket-pipelines.yml Tue Oct 11 22:24:14 2016 -0500 @@ -14,7 +14,7 @@ image: pidgin/release-builder:release-2.x.y script: - set -ex - - ./autogen.sh --disable-kwallet --enable-debug --enable-gtk-doc + - ./autogen.sh --enable-debug - make -s -j$(nproc) - make -s -j$(nproc) check - make distcheck