continuous-integration
Notifying an individual when unit tests fail
We are trying to figure out a way to reorganize our unit tests and want to work out a useful way to assign responsibility to the programmer for the unit tests they\'re in charge of.[详细]
2023-03-19 17:33 分类:问答Unit Testing an Android application in Bamboo, Hudson, or any CI servers
it seems that running an Android Test requires that a device or emulator is present. even this article: http://code.google.com/p/the-missing-android-xml-junit-test-runner/ requires it.[详细]
2023-03-19 00:16 分类:问答How to integrate an application using dependencies on a build server?
I would like to activate continuous integration for a Prism application on a TFS build server. Actually the build controller is not able to compile the application because it does not have the Prism L[详细]
2023-03-19 00:12 分类:问答python continuous integration
I am looking to set up a continuous integration server for a python project. Normally this would build the project however as python is not built as such, what should be done instead? Just unit tests?[详细]
2023-03-18 23:36 分类:问答How can I install and use compilers for embedded C on an external server?
Short Question Is there an accepted way to run compilers / linkers for embedded software projects on a remote server and still be able to program and debug the software on local machine.[详细]
2023-03-18 23:19 分类:问答MSBuild fails to determine correct solution dependencies
I\'m struggling to find a solution for this issue. I have a solution (VS2008) that contains around 50 projects (C#).[详细]
2023-03-18 13:04 分类:问答Building XHProf into CI (phpundercontrol) non-intrusively
I would love to build XHProf output and metrics into phpUnderControl. After doing a good amount of research, it seems th开发者_Python百科e only path to XHProf is to actually change code to include and[详细]
2023-03-17 07:56 分类:问答Disable artifact publishing if build fails in TeamCity
My build scenario is like this (simplified): Compile Package (*.zip) Deploy to test environment Run tests over the environment[详细]
2023-03-16 22:39 分类:问答tfs2010 selenium - Unit testing against a previous build
I use Selenium 2 (i.e. web driver) for unit testing in VS2010/TFS2010 environment. When the build (call it build # n) is triggered via checkin, the unit tests run (including Selenium ones) and after p[详细]
2023-03-14 20:38 分类:问答Selectively perform build tasks in a build process
We\'re currently using CruiseControl.NET and NANT to run our build process. It works well, however, I\'d like to be able to make the tasks that I run for each build more granular WITHOUT creating more[详细]
2023-03-14 18:31 分类:问答