bitbucket-pipelines.yml: Remove --disable-kwallet as image supports it

Tue, 11 Oct 2016 15:10:34 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Tue, 11 Oct 2016 15:10:34 -0500
changeset 38144
f30b0d8e1f64
parent 38143
8ec7c43c0f9f
child 38151
b63d540f5321
child 38162
6b87e52446cb
child 38171
825cc8933cb7

bitbucket-pipelines.yml: Remove --disable-kwallet as image supports it

The docker image used for our BitBucket Pipelines file now includes
the dependencies for building our KWallet keyring plugin. Enable it.

bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml	Mon Oct 10 19:32:59 2016 -0500
+++ b/bitbucket-pipelines.yml	Tue Oct 11 15:10:34 2016 -0500
@@ -5,7 +5,7 @@
     - step:
         script:
           - set -ex
-          - ./autogen.sh --disable-kwallet --enable-debug --enable-gtk-doc
+          - ./autogen.sh --enable-debug --enable-gtk-doc
           - make -s -j$(nproc)
           - make -s -j$(nproc) check
 

mercurial