Skip to content

Commit

Permalink
Added script to install dependencies like xmloutput plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
santhanakarthikeyan committed Apr 12, 2016
1 parent bfda2ba commit 8732a56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .install_dependencies.sh
@@ -0,0 +1,13 @@
#/usr/bin/env sh

bazaar_plugins_path=`bzr --version | awk '/bzrlib:/ {print $2}'`

cd "$bazaar_plugins_path/plugins"

sudo bzr branch lp:bzr-xmloutput

sudo mv bzr-xmloutput xmloutput

cd xmloutput

python setup.py build_ext -i
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,2 +1,4 @@
language: ruby
install: gem install posix-spawn
install:
- gem install posix-spawn
- sh .install_dependencies.sh

0 comments on commit 8732a56

Please sign in to comment.