pidgin/pidgin

d4fd39ce339f
Parents 12e26d298873
Children b6ba34e4906d
Remove the old bitbucket-pipelines.yml file that's not used anymore

Testing Done:
None, this was only used by convey at one point and while we were still hosted at bitbucket.

Reviewed at https://reviews.imfreedom.org/r/2109/
--- a/bitbucket-pipelines.yml Mon Nov 28 20:26:05 2022 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# vi:et:ts=2 sw=2 sts=2
-image: pidgin/builder-debian:buster
-pipelines:
- default:
- - step:
- script:
- - set -ex
- - meson -Dsilc=false -Ddoc=true -Ddebug=true build
- - ninja -C build
- - ninja -C build test
- branches:
- release-2.x.y:
- - step:
- image: pidgin/builders-2:debian-buster-amd64
- script:
- - set -ex
- - hg clone https://bitbucket.org/pidgin/libgnt -b release-2.x.y
- - meson -Dprefix=/usr libgnt libgnt/build
- - ninja -C libgnt/build install
- - ldconfig
- - build.sh