[Mono-dev] Developing Mono

Bryan Crotaz bryan.crotaz at silvercurve.co.uk
Wed May 14 09:05:10 UTC 2014


To do this remotely on a test image, I'd have a script:

Start VM with chosen image
Package a release (eg .deb)
Ssh into VM as root
Install package
Run ncover around nunit console
Retrieve nunit and ncover XML
Shut down VM
Process results using xsl
Publish results to all committers since last build
Repeat for other platforms
If no test failures, publish results and package to Xamarin website


Bryan Crotaz
Silver Curve

> On 14 May 2014, at 09:59, Alex J Lennon <ajlennon at dynamicdevices.co.uk> wrote:
>
>
>> On 14/05/2014 00:40, Robert Jordan wrote:
>>> On 14.05.2014 00:55, Martin Thwaites wrote:
>>> So I've given in, and I'm now looking at using linux (ubuntu 14.04)
>>> to try
>>> and add some things to mono.
>>>
>>> I have the same issues with loading the net_4_5.sln file in MD as I
>>> do in
>>> VS, in that it won't compile.  I'm assuming that the solution itself is
>>> just broken.
>>>
>>> The main issue though is I've not found anything that could show me some
>>> simple steps to how I should go about building and running tests.
>>
>> http://www.mono-project.com/Test_Suite
>
> What would the recommended way be to built the test suite then have it
> run outside of the build environment and generate some results?
>
> e.g. I'd like to package up the test suite on a build host for
> deployment into a cross-compiled image (say ARM-based) then run it up on
> the target for regression testing.
>
> Thanks,
>
> Alex
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list


More information about the Mono-devel-list mailing list