summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2019-06-14 02:39:31 -0500
committerGary Kramlich <grim@reaperworld.com>2019-06-14 02:39:31 -0500
commit57544503b2fed2a0f0af2d9956fc5815ffa4cc01 (patch)
treec3ea73d42cff11cca2cf2b7769bb8dae78bae111
parent9c79ca6cc69ba295f3c3548743999dde9abafe28 (diff)
downloadpidgin-57544503b2fed2a0f0af2d9956fc5815ffa4cc01.tar.gz
The new docker image does all of this stuff for us
-rw-r--r--bitbucket-pipelines.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index 8e1b7b06d3..6923fa088a 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -13,8 +13,5 @@ pipelines:
- 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
+