we really only need to enable debug here

Tue, 11 Oct 2016 22:24:14 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 11 Oct 2016 22:24:14 -0500
changeset 38150
f96783650fd6
parent 38149
d092152c84c9
child 38151
b63d540f5321

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

mercurial