Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-10-30 | fix nant file break | Sean Dague | 1 | -3/+0 | |
From: Sean Dague <sdague@gmail.com> | |||||
2008-10-30 | - Inserted code coverage monocov. To run do nant test-cov. | Sean Dague | 1 | -0/+3 | |
Creates a new directory cov and exports to html files in subdirectories. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
2008-10-22 | - Final fixes to the code coverage test (nant test-cov). | Sean Dague | 1 | -9/+11 | |
Observation: Monocov currently works only with mono 1.2.x, implementation will be halted until it supports mono 2.0. Will be left in tree for future development. | |||||
2008-10-22 | - Inserted code coverage monocov. To run do nant test-cov. | Sean Dague | 1 | -0/+82 | |
Creates a new directory cov and exports to html files in subdirectories. | |||||
2008-10-09 | * well, apparantly we're actually 0.5.11 instead - who knew? | Justin Clarke Casey | 1 | -1/+1 | |
2008-10-09 | (no commit message) | Justin Clarke Casey | 1 | -1/+1 | |
2008-10-09 | * Create project for LindenUDP ClientStack tests | Justin Clarke Casey | 1 | -0/+2 | |
* No functional tests yet | |||||
2008-10-06 | cleaning up OSHttpRequest removing old Http stuff. also adding test | Dr Scofield | 2 | -0/+3 | |
case for OSHttpRequest (not very fancy yet, but still). | |||||
2008-09-26 | * Update the bamboo build to not copy the custom libode.so out of my home ↵ | Teravus Ovares | 1 | -2/+0 | |
directory on the server.. as it's no longer there. | |||||
2008-09-24 | -remove Common.Tests from nant.local | Mike Mazur | 1 | -2/+1 | |
-add MySQL tests to test-xml target in nant.local | |||||
2008-09-24 | another try an lighting the mysql tests, to see if bamboo breaks | Sean Dague | 1 | -0/+1 | |
2008-09-23 | couple of minor test cleanups to see if this gets us past the bamboo hump | Sean Dague | 1 | -1/+0 | |
2008-09-23 | trying to force bamboo to have a clean working tree on each go around | Sean Dague | 1 | -0/+2 | |
2008-09-23 | remove the bamboo line to see if this fixes things | Sean Dague | 1 | -1/+0 | |
2008-09-23 | check in stubbing for mysql tests. This is ignored with | Sean Dague | 2 | -0/+2 | |
Assert.Ignore() for now, so it won't change anything, but I want to make sure it doesn't break the bamboo infrastructure in it's current state. | |||||
2008-09-11 | add doxygen target | Sean Dague | 1 | -0/+4 | |
2008-09-11 | Add file containing output of `svn info` into .zip and .tar.gz files | Mike Mazur | 1 | -0/+1 | |
found at http://builds.opensimulator.org/ | |||||
2008-09-10 | break the rsync line because bamboo doesn't accept it in the comment field | Sean Dague | 1 | -1/+1 | |
2008-09-10 | don't build doxygen docs on every build. This really slows down bamboo | Sean Dague | 1 | -1/+3 | |
and is probably better done on cron. | |||||
2008-09-10 | force a clean before the build to see if this makes bamboo | Sean Dague | 1 | -0/+1 | |
fail less often. | |||||
2008-09-10 | added the first couple of sqlite tests. we'll see how bamboo | Sean Dague | 2 | -0/+4 | |
handles them. | |||||
2008-09-10 | add shell for SQLite testing. No tests yet. | Sean Dague | 1 | -0/+18 | |
add another nant target for test-xml to get the verbose version | |||||
2008-09-08 | rejigger tests out of OpenSim.Region.Environment and into ↵ | Sean Dague | 2 | -2/+2 | |
OpenSim.Region.Environment.Tests.dll | |||||
2008-09-08 | changes to Test directory structure per opensim-dev conversation | Sean Dague | 2 | -8/+8 | |
2008-09-08 | Fix dll filenames in test targets. | Mike Mazur | 2 | -6/+6 | |
2008-09-07 | (Hopefully) fix making .zip and .tar.gz files with each build. | Mike Mazur | 1 | -4/+4 | |
2008-09-06 | * minor: speculatively try a change to bamboo.build to see if this generates ↵ | Justin Clarke Casey | 1 | -4/+3 | |
nightly binaries again | |||||
2008-09-04 | create a "nant test" target to make it very simple to run the nunit | Sean Dague | 1 | -0/+15 | |
tests on the console on linux. | |||||
2008-09-04 | complete rationalization of unit tests that we currently run | Sean Dague | 1 | -3/+3 | |
2008-09-04 | normalize naming for OpenSim.Tests.Framework.dll | Sean Dague | 1 | -1/+1 | |
2008-07-28 | Add Shared/LSL_Types* tests to Bamboo. | Mike Mazur | 1 | -0/+1 | |
2008-07-25 | * disabling ODE unit tests again.. until the dllnotfound exception is ↵ | Teravus Ovares | 1 | -1/+0 | |
resolved.. | |||||
2008-07-25 | * Re-enabling ODE unit testing... This may break the bamboo build.. | Teravus Ovares | 1 | -0/+1 | |
2008-07-25 | * Trying to copy a 64 bit libode.so file from home directory to the build ↵ | Teravus Ovares | 1 | -0/+4 | |
directory in the bamboo build process.... | |||||
2008-07-25 | * disclude ode unit testing until the native library issue can be resolved. | Teravus Ovares | 1 | -1/+0 | |
2008-07-25 | Enable OdePlugin unit test in continuous build. | Mike Mazur | 1 | -0/+6 | |
2008-07-25 | Let's not fail if tests fail. | Mike Mazur | 1 | -1/+1 | |
2008-07-25 | Let's try unit tests in the automated build again. | Mike Mazur | 1 | -2/+2 | |
2008-07-24 | Unit tests still broken, remove them from Bamboo build file. | Mike Mazur | 1 | -2/+2 | |
2008-07-24 | Replace implicit casts from LSLFloat to int and uint which were removed in | Mike Mazur | 1 | -0/+12 | |
r5487. Also put the unit tests back for Bamboo to execute them, let's see how this goes. | |||||
2008-06-06 | Mantis#1333. Thank you kindly, Mikem for a patch to | Charles Krinke | 1 | -8/+1 | |
sync online documentation with source code every continuous build run. | |||||
2008-05-18 | * Committing a change to our build script to generate doxygen documentation ↵ | Adam Frisby | 1 | -2/+13 | |
with each build. Thanks MikeM. (Issue#1279) | |||||
2008-05-15 | * Removing NUnit tests from CI build server temporarily while we work out ↵ | Adam Frisby | 1 | -8/+0 | |
what the hell is wrong with NUnit. | |||||
2008-05-06 | Restored svn:keywords to prebuild.xml. | Jeff Ames | 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. | |||||
2008-05-01 | * Looks like I had the bamboo build right in the first place - it was just ↵ | Adam Frisby | 1 | -2/+1 | |
throwing an exception onto the console needlessly. Yay! | |||||
2008-05-01 | * Only testing binaries with tests for the moment. | Adam Frisby | 1 | -1/+2 | |
2008-05-01 | * Attempting to add NUnit testing to our Bamboo builder. | Adam Frisby | 1 | -0/+10 | |
2008-04-30 | * Fix #3 | Adam Frisby | 1 | -4/+4 | |
2008-04-30 | * Fix attempt #2. | Adam Frisby | 1 | -2/+2 | |
2008-04-30 | * Trying to fix bamboo build script so that builds.opensimulator.org makes ↵ | Adam Frisby | 1 | -2/+2 | |
packages with file paths embedded in vain attempt to prevent my BF from maiming me. :) |