The new docker image does all of this stuff for us release-2.x.y

Fri, 14 Jun 2019 02:39:31 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 14 Jun 2019 02:39:31 -0500
branch
release-2.x.y
changeset 39629
cd69061a15a2
parent 39615
bfa20ee4084f
child 39631
e36c545927c5
child 39716
c71e718084c8
child 39937
2a7a6f8263cc

The new docker image does all of this stuff for us

bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml	Tue May 28 00:18:55 2019 -0400
+++ b/bitbucket-pipelines.yml	Fri Jun 14 02:39:31 2019 -0500
@@ -13,8 +13,5 @@
       - step:
           image: pidgin/builders-2:debian-buster-amd64
           script:
-            - set -ex
-            - ./autogen.sh --enable-debug
-            - make -s -j$(nproc)
-            - make -s -j$(nproc) check
-            - make distcheck
+            - build.sh
+

mercurial