eion/purple-hangouts

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