Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add file containing output of `svn info` into .zip and .tar.gz files | Mike Mazur | 2008-09-11 | 1 | -0/+1 | |
| | | | | | found at http://builds.opensimulator.org/ | |||||
* | break the rsync line because bamboo doesn't accept it in the comment field | Sean Dague | 2008-09-10 | 1 | -1/+1 | |
| | ||||||
* | don't build doxygen docs on every build. This really slows down bamboo | Sean Dague | 2008-09-10 | 1 | -1/+3 | |
| | | | | | | and is probably better done on cron. | |||||
* | force a clean before the build to see if this makes bamboo | Sean Dague | 2008-09-10 | 1 | -0/+1 | |
| | | | | | | fail less often. | |||||
* | added the first couple of sqlite tests. we'll see how bamboo | Sean Dague | 2008-09-10 | 2 | -0/+4 | |
| | | | | | | handles them. | |||||
* | add shell for SQLite testing. No tests yet. | Sean Dague | 2008-09-10 | 1 | -0/+18 | |
| | | | | | | | add another nant target for test-xml to get the verbose version | |||||
* | rejigger tests out of OpenSim.Region.Environment and into ↵ | Sean Dague | 2008-09-08 | 2 | -2/+2 | |
| | | | | OpenSim.Region.Environment.Tests.dll | |||||
* | changes to Test directory structure per opensim-dev conversation | Sean Dague | 2008-09-08 | 2 | -8/+8 | |
| | ||||||
* | Fix dll filenames in test targets. | Mike Mazur | 2008-09-08 | 2 | -6/+6 | |
| | ||||||
* | (Hopefully) fix making .zip and .tar.gz files with each build. | Mike Mazur | 2008-09-07 | 1 | -4/+4 | |
| | ||||||
* | * minor: speculatively try a change to bamboo.build to see if this generates ↵ | Justin Clarke Casey | 2008-09-06 | 1 | -4/+3 | |
| | | | | nightly binaries again | |||||
* | create a "nant test" target to make it very simple to run the nunit | Sean Dague | 2008-09-04 | 1 | -0/+15 | |
| | | | | | | tests on the console on linux. | |||||
* | complete rationalization of unit tests that we currently run | Sean Dague | 2008-09-04 | 1 | -3/+3 | |
| | ||||||
* | normalize naming for OpenSim.Tests.Framework.dll | Sean Dague | 2008-09-04 | 1 | -1/+1 | |
| | ||||||
* | Add Shared/LSL_Types* tests to Bamboo. | Mike Mazur | 2008-07-28 | 1 | -0/+1 | |
| | ||||||
* | * disabling ODE unit tests again.. until the dllnotfound exception is ↵ | Teravus Ovares | 2008-07-25 | 1 | -1/+0 | |
| | | | | resolved.. | |||||
* | * Re-enabling ODE unit testing... This may break the bamboo build.. | Teravus Ovares | 2008-07-25 | 1 | -0/+1 | |
| | ||||||
* | * Trying to copy a 64 bit libode.so file from home directory to the build ↵ | Teravus Ovares | 2008-07-25 | 1 | -0/+4 | |
| | | | | directory in the bamboo build process.... | |||||
* | * disclude ode unit testing until the native library issue can be resolved. | Teravus Ovares | 2008-07-25 | 1 | -1/+0 | |
| | ||||||
* | Enable OdePlugin unit test in continuous build. | Mike Mazur | 2008-07-25 | 1 | -0/+6 | |
| | ||||||
* | Let's not fail if tests fail. | Mike Mazur | 2008-07-25 | 1 | -1/+1 | |
| | ||||||
* | Let's try unit tests in the automated build again. | Mike Mazur | 2008-07-25 | 1 | -2/+2 | |
| | ||||||
* | Unit tests still broken, remove them from Bamboo build file. | Mike Mazur | 2008-07-24 | 1 | -2/+2 | |
| | ||||||
* | Replace implicit casts from LSLFloat to int and uint which were removed in | Mike Mazur | 2008-07-24 | 1 | -0/+12 | |
| | | | | | | | | | r5487. Also put the unit tests back for Bamboo to execute them, let's see how this goes. | |||||
* | Mantis#1333. Thank you kindly, Mikem for a patch to | Charles Krinke | 2008-06-06 | 1 | -8/+1 | |
| | | | | | sync online documentation with source code every continuous build run. | |||||
* | * Committing a change to our build script to generate doxygen documentation ↵ | Adam Frisby | 2008-05-18 | 1 | -2/+13 | |
| | | | | with each build. Thanks MikeM. (Issue#1279) | |||||
* | * Removing NUnit tests from CI build server temporarily while we work out ↵ | Adam Frisby | 2008-05-15 | 1 | -8/+0 | |
| | | | | what the hell is wrong with NUnit. | |||||
* | Restored svn:keywords to prebuild.xml. | Jeff Ames | 2008-05-06 | 1 | -44/+44 | |
| | | | | | | | Set svn properties script to ignore this property from now on. Update svn properties on some other file types. Minor formatting cleanup. | |||||
* | * Looks like I had the bamboo build right in the first place - it was just ↵ | Adam Frisby | 2008-05-01 | 1 | -2/+1 | |
| | | | | throwing an exception onto the console needlessly. Yay! | |||||
* | * Only testing binaries with tests for the moment. | Adam Frisby | 2008-05-01 | 1 | -1/+2 | |
| | ||||||
* | * Attempting to add NUnit testing to our Bamboo builder. | Adam Frisby | 2008-05-01 | 1 | -0/+10 | |
| | ||||||
* | * Fix #3 | Adam Frisby | 2008-04-30 | 1 | -4/+4 | |
| | ||||||
* | * Fix attempt #2. | Adam Frisby | 2008-04-30 | 1 | -2/+2 | |
| | ||||||
* | * Trying to fix bamboo build script so that builds.opensimulator.org makes ↵ | Adam Frisby | 2008-04-30 | 1 | -2/+2 | |
| | | | | packages with file paths embedded in vain attempt to prevent my BF from maiming me. :) | |||||
* | * Another bamboo fix | Adam Frisby | 2008-04-23 | 1 | -1/+1 | |
| | ||||||
* | * Committing working dir fix for bamboo.build | Adam Frisby | 2008-04-23 | 1 | -1/+1 | |
| | ||||||
* | * Updated filesystem refs for bamboo.build | Adam Frisby | 2008-04-23 | 1 | -14/+14 | |
| | ||||||
* | * Moving bamboo.build | Adam Frisby | 2008-04-23 | 1 | -0/+38 | |
| | ||||||
* | * Committing improved bamboo.build | Adam Frisby | 2008-04-23 | 1 | -1/+1 | |
| | | | | | * Incremented OpenSim version counter to 0.5.5 (from 0.4) | |||||
* | added top level README file. It would be good if | Sean Dague | 2007-09-17 | 1 | -0/+1 | |
| | | | | | | people looked this over | |||||
* | I think this is the last bits for a consistant pristine | Sean Dague | 2007-09-17 | 1 | -4/+8 | |
| | | | | | | source build with "nant dist" target | |||||
* | getting closer to a dist that will run | Sean Dague | 2007-09-17 | 1 | -4/+10 | |
| | ||||||
* | the beginnings of a workable dist target | Sean Dague | 2007-09-17 | 1 | -4/+27 | |
| | ||||||
* | attempt to add extra set of nant local rules | Sean Dague | 2007-09-17 | 1 | -0/+7 | |