eion/purple-hangouts

0a302905d081
Parents af3c97b69253
Children 4ccd8a4b21e6
bitbucket-pipelines.yml edited online with Bitbucket
--- a/bitbucket-pipelines.yml Mon Sep 19 11:16:05 2016 +0000
+++ b/bitbucket-pipelines.yml Mon Sep 19 11:18:41 2016 +0000
@@ -5,6 +5,6 @@
- step:
script:
- set -ex
- - sudo apt-get install libpurple-dev libjson-glib-dev libglib2.0-dev libprotobuf-c-dev protobuf-c-compiler mercurial make;
+ - 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
+ - make && make install
\ No newline at end of file