/pidgin/main: 24a306f26d2c: add a bitbucket-pipelines.yml file t...

Gary Kramlich <[email protected]> Wed, 14 Sep 2016 15:54:40 -0400
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 24a306f26d2c930150ace8c64250a4f2db2286d1
Author:	 Gary Kramlich <[email protected]>
Date:	 2016-09-07 16:43 -0500
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/24a306f26d2c

Description:

add a bitbucket-pipelines.yml file to build and run unittests under debian stretch

diffstat:

 bitbucket-pipelines.yml |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (19 lines):

diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
new file mode 100644
--- /dev/null
+++ b/bitbucket-pipelines.yml
@@ -0,0 +1,14 @@
+# vi:et:ts=2 sw=2 sts=2
+image: pidgin/builder-debian:stretch
+pipelines:
+  default:
+    - step:
+        script:
+          - set -ex
+          - wget -O - "https://packagecloud.io/pidgin/experimental/gpgkey" | apt-key add -
+          - echo "deb https://packagecloud.io/pidgin/experimental/debian/ stretch main" > /etc/apt/sources.list.d/gplugin.list
+          - apt-get update
+          - apt-get install -y libgplugin-dev
+          - ./autogen.sh --disable-kwallet --disable-meanwhile --enable-debug --disable-avahi --enable-gtk-doc
+          - make check -s -j$(cat /proc/cpuinfo | egrep "^processor\s+:" | wc -l)
+

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits