bitbucket-pipelines.yml@4a35d5427173
bitbucket-pipelines.yml
Fri, 09 Sep 2016 10:18:05 -0500
- author
- Gary Kramlich <grim@reaperworld.com>
- date
- Fri, 09 Sep 2016 10:18:05 -0500
- changeset 38038
- 4a35d5427173
- parent 38036
-
0f41c1224836
- child 38039
-
8cf47ff9be6e
- permissions
- -rw-r--r--
don't disable avahi
# vi:et:ts=2 sw=2 sts=2
image: pidgin/builder-debian:stretch
pipelines:
default:
- step:
script:
- set -ex
- ./autogen.sh --disable-kwallet --disable-meanwhile --enable-debug --enable-gtk-doc
- CPUS=$(cat /proc/cpuinfo | egrep "^processor\s+:" | wc -l)
- make -s -j${CPUS}
- make -s -j${CPUS} check