changeset 2:cf40d48b712e draft

Uploaded
author jeremie
date Wed, 25 Jun 2014 10:57:44 -0400
parents 43bbd6833319
children cf52bb01cfe2
files tool_dependencies.xml
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 25 10:52:00 2014 -0400
+++ b/tool_dependencies.xml	Wed Jun 25 10:57:44 2014 -0400
@@ -4,12 +4,18 @@
         <install version="1.0">
             <actions>
 				<action type="shell_command">ls</action>
+				<action type="shell_command">pwd</action>
 				<action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git</action>
 				<action type="shell_command">ls</action>
+				<action type="shell_command">pwd</action>
 				<!-- <action type="shell_command">cd breakdancer</action> -->
 				<action type="shell_command">ls</action>
 				<action type="shell_command">mkdir build</action>
+				<action type="shell_command">ls</action>
+				<action type="shell_command">pwd</action>
 				<action type="shell_command">cd build</action>
+				<action type="shell_command">ls</action>
+				<action type="shell_command">pwd</action>
 				<action type="shell_command">cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action>
 				<action type="shell_command">make</action>
 				<action type="shell_command">sudo make install</action>