eion/purple-hangouts

af3c97b69253
Parents 5037f8cea317
Children 0a302905d081
bitbucket-pipelines.yml edited online with Bitbucket
--- a/bitbucket-pipelines.yml Mon Sep 19 11:13:43 2016 +0000
+++ b/bitbucket-pipelines.yml Mon Sep 19 11:16:05 2016 +0000
@@ -5,4 +5,6 @@
- step:
script:
- set -ex
- - make -s -j$(nproc)
\ No newline at end of file
+ - sudo apt-get install libpurple-dev libjson-glib-dev libglib2.0-dev libprotobuf-c-dev protobuf-c-compiler mercurial make;
+ - hg clone https://bitbucket.org/EionRobb/purple-hangouts/ && cd purple-hangouts;
+ - make && sudo make install
\ No newline at end of file