Fri, 14 Jun 2019 02:39:31 -0500
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 +