bitbucket-pipelines.yml@f30b0d8e1f64
bitbucket-pipelines.yml
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 38040
-
8f2b9a832dec
- child 38151
-
b63d540f5321
- child 38180
-
443e8d364db7
- permissions
- -rw-r--r--
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.
# vi:et:ts=2 sw=2 sts=2
image: pidgin/builder-debian:stretch
pipelines:
default:
- step:
script:
- set -ex
- ./autogen.sh --enable-debug --enable-gtk-doc
- make -s -j$(nproc)
- make -s -j$(nproc) check