qulogic/pidgin

1525c59a8496
Pull in the meson update for bitbucket-pipelines.yml
--- a/bitbucket-pipelines.yml Fri Oct 20 00:23:13 2017 -0500
+++ b/bitbucket-pipelines.yml Thu Oct 26 20:31:34 2017 -0500
@@ -1,13 +1,13 @@
# vi:et:ts=2 sw=2 sts=2
-image: pidgin/builder-debian:stretch
+image: pidgin/builder-debian:buster
pipelines:
default:
- step:
script:
- set -ex
- - ./autogen.sh --enable-debug --enable-gtk-doc
- - make -s -j$(nproc)
- - make -s -j$(nproc) distcheck
+ - meson -Dsilc=false -Ddoc=true -Ddebug=true build
+ - ninja -C build
+ - ninja -C build test
branches:
release-2.x.y:
- step: