We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfda2ba commit 8732a56Copy full SHA for 8732a56
.install_dependencies.sh
@@ -0,0 +1,13 @@
1
+#/usr/bin/env sh
2
+
3
+bazaar_plugins_path=`bzr --version | awk '/bzrlib:/ {print $2}'`
4
5
+cd "$bazaar_plugins_path/plugins"
6
7
+sudo bzr branch lp:bzr-xmloutput
8
9
+sudo mv bzr-xmloutput xmloutput
10
11
+cd xmloutput
12
13
+python setup.py build_ext -i
.travis.yml
@@ -1,2 +1,4 @@
language: ruby
-install: gem install posix-spawn
+install:
+ - gem install posix-spawn
+ - sh .install_dependencies.sh
0 commit comments