diff options
author | Teravus Ovares | 2008-07-25 16:02:08 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-07-25 16:02:08 +0000 |
commit | a2990d43e180367c43e5eff04832575130d957fe (patch) | |
tree | e47d08201e35b14292dafc52fb0f5cfbeb4830b2 /.nant/bamboo.build | |
parent | * Remove dumb bug I put in which meant that an archive save would never compl... (diff) | |
download | opensim-SC_OLD-a2990d43e180367c43e5eff04832575130d957fe.zip opensim-SC_OLD-a2990d43e180367c43e5eff04832575130d957fe.tar.gz opensim-SC_OLD-a2990d43e180367c43e5eff04832575130d957fe.tar.bz2 opensim-SC_OLD-a2990d43e180367c43e5eff04832575130d957fe.tar.xz |
* Trying to copy a 64 bit libode.so file from home directory to the build directory in the bamboo build process....
Diffstat (limited to '.nant/bamboo.build')
-rw-r--r-- | .nant/bamboo.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 0a1daf2..453f2ed 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -27,6 +27,10 @@ | |||
27 | <!-- Copy the OdePlugin dll to bin/ for testing. --> | 27 | <!-- Copy the OdePlugin dll to bin/ for testing. --> |
28 | <copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" /> | 28 | <copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" /> |
29 | 29 | ||
30 | <!-- Copy the 64 bit libode.so to bin/ for testing. --> | ||
31 | <copy file="/home/teravus/olibs/libode.so" tofile="../bin/libode.so" /> | ||
32 | |||
33 | |||
30 | <!-- Run the tests. --> | 34 | <!-- Run the tests. --> |
31 | <nunit2 failonerror="false"> | 35 | <nunit2 failonerror="false"> |
32 | <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> | 36 | <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> |