Remove bitbucket-pipelines.yml

Wed, 17 Jun 2020 03:27:35 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Wed, 17 Jun 2020 03:27:35 -0500
changeset 40468
e823c28f6668
parent 40461
25f653ee017e
child 40469
acd9e4710584

Remove bitbucket-pipelines.yml

bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml	Thu Jun 11 22:33:42 2020 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# vi:et:ts=2 sw=2 sts=2
-image: pidgin/builders:subproject-build
-pipelines:
-  default:
-    - step:
-        script:
-          - set -ex
-          - meson -Dgevolution=disabled -Ddoc=true -Dconsole-logging=true build-pipelines
-          - ninja -C build-pipelines
-          - ninja -C build-pipelines test
-          - "ninja -C build-pipelines $(ninja -C build-pipelines -t targets | grep -E '[a-z]+-doc:' | cut -d: -f1)"
-  branches:
-    release-2.x.y:
-      - step:
-          image: pidgin/release-builder:release-2.x.y
-          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
-            - ./autogen.sh --enable-debug
-            - make -s -j$(nproc)
-            - make -s -j$(nproc) check
-            - make distcheck

mercurial