build-automation
Adopting Bamboo or TeamCity as native Windows C++ build automation/CI server?
At the moment, we are running our automated (not CI as such) builds via FinalBuilder via a very simple homegrown Apache interface that just launches the FB scripts on our server. (I like FinalBuilder,[详细]
2023-03-09 12:29 分类:问答how to get access to Hudson's "console output"?
I have a build bash script running unde开发者_JAVA百科r Hudson build system, which writes its own log file. However, Hudson captures all the stdout and stderr of the build script it executes and displ[详细]
2023-03-09 12:03 分类:问答Automated Build - Stop Building if NUnit Tests Fail
I have a simple batch file that calls MSBuild to build my Visual Studio solution, then runs the solution\'s NUnit tests, and then uses Wix to create an MSI. However I can\'t figure out how to stop the[详细]
2023-03-08 16:55 分类:问答Building Qt Creator projects from command line
I\'m in the process of writing a build script to automate build and release tasks. I have a Qt Creator project which has three configurations, two of which I want to completely rebuild from scratch wi[详细]
2023-03-08 13:26 分类:问答How to input password to git push from script without using SSH keys?
I need to write a script that can push a tag from a build server to a git server WITHOUT USING SSH KEYS.[详细]
2023-03-07 12:47 分类:问答How to skip binary files in artifacts configuration in TeamCity
I work on a .NET solution and I want to download source code and binaries from TeamCity. This is why I configured build artifacts. My configuration of the artifacts paths[详细]
2023-03-07 06:04 分类:问答Jenkins - conditions between build steps
I want to build a Maven project using Jenkins. However, the project only must be built if a certain file in the SVN repository has changed (and contains a special key)[详细]
2023-03-06 17:57 分类:问答Hudson : Builds Taking Longer time than What it takes by running it Locally
I found a unusual behavior on Hudson. The Hudson jobs take around 25 minutes , where as when I run the same job locally, 开发者_Go百科it takes 9 minutes.[详细]
2023-03-06 13:39 分类:问答TFS 2010 build agent priority
I have a single build controller with many build agents strewn across many build servers. Some build servers are more powerful than others (bett开发者_StackOverflow社区er CPU, more RAM, etc.). Withou[详细]
2023-03-06 07:07 分类:问答Building a library using autotools from cmake
This is my first try with cmake and I would like to have, if possible, some feedbacks about what I did since some problems remain.[详细]
2023-03-05 11:06 分类:问答