SwensenSoftware / unquote

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free
http://www.swensensoftware.com/unquote
Apache License 2.0
285 stars 26 forks source link

Set up free TeamCity continuous integration hosted by codebetter.com #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Popular and free and already hosts several other F# projects: 
http://teamcity.codebetter.com

Original issue reported on code.google.com by stephen....@gmail.com on 28 Nov 2011 at 3:20

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 28 Nov 2011 at 7:44

GoogleCodeExporter commented 9 years ago
I applied a few days ago, waiting to hear back...

Original comment by stephen....@gmail.com on 14 Jun 2012 at 11:48

GoogleCodeExporter commented 9 years ago
See 
http://www.navision-blog.de/2009/04/15/integrate-a-fake-f-make-build-script-into
-teamcity/ for FAKE integration with TeamCity.

Original comment by stephen....@gmail.com on 18 Jun 2012 at 7:21

GoogleCodeExporter commented 9 years ago
The project has been set up, but Anne Epstein from teamcity.codebetter.com 
wrote the following to me:

Stephen, I've stared on getting your project Unquote set up on the teamcity 
build server, but I've run into a few issues. First of all, you have some paths 
that we don't have on our build server - for instance:
C:\Users\Stephen\AppData\Local\Temp\.NETFramework,Version=v4.0.AssemblyAttribute
s.fs
There may be further issues after that, but that's where this build is so far.  
You have been set as admin on the project's build if you would like to tweak 
it.  If you do find you need installation of dependencies, let me know. (On 
that, we every strongly encourage use of nuget for dependencies where at all 
possible to keep the server clean and to allow you control over your own 
dependencies, and will consider exceptions when they are reasonable and 
suitable for a community build server-F#, for instance, is appropriate.  ) 

which makes moving from a .bat build script to a proper FAKE build script all 
the more compelling.

Original comment by stephen....@gmail.com on 18 Jun 2012 at 7:23

GoogleCodeExporter commented 9 years ago
Done! Many thanks to Anne Epstein! One day, we hope to do everything through 
Teamcity, including publishing nuget packages and download for a release.

Original comment by stephen....@gmail.com on 23 Jun 2012 at 4:39

GoogleCodeExporter commented 9 years ago
Note: TeamCity currently doesn't have out-of-the-box support for running 
xUnit.net tests or producing code coverage reports for the same, but it looks 
like it may be coming very soon: http://youtrack.jetbrains.com/issue/TW-10929

Original comment by stephen....@gmail.com on 27 Jun 2012 at 9:54