build-automation
How to automate android builds for lite and premium version?
I\'m looking for a solutions which will allow me to build lite and premium versions of my android app without manual manipulations.[详细]
2023-02-16 11:38 分类:问答C++ incrementals builds for continuous integration
We have a fairly large C++ project built in VS2005 that can take up to 40 minutes to compile and build from scratch, and a further 10 minutes for the installers as the software is being built in both3[详细]
2023-02-16 00:13 分类:问答ProjectCollection equivalent for Clickonce
Microsoft created ProjectCollection (BuildEngine on frameworks below 开发者_如何学编程4) to use MSBuild directly on code.[详细]
2023-02-15 16:09 分类:问答Running Unit Test Projects on TFS 2010. Team Build 2010 Is Not Compiling Test DLLs
I have set up a TFS 2010 Team Build Configuration to run continuous builds. I currently have 2 Test Projects that run inside Visual Studio 2010 IDE with no problems.[详细]
2023-02-14 12:02 分类:问答how to time (profile) maven goals in a multi-module project
We have a huge project with many submodules. A full build takes currently over 30mins. I wonder how this time distributes开发者_运维百科 over different plugins/goals, e.g. tests, static analysis (fin[详细]
2023-02-14 09:53 分类:问答Use ant (build.xml) to compile jni directory
I\'m using ant to build my android app (ant compile, ant install and so on) and I\'m adding some NDK sources (inside jni/ dir开发者_JAVA百科ectory) and I want to have a rule to recompile the jni/ dire[详细]
2023-02-13 17:55 分类:问答CMake: specifying build toolchain
Very new to CMake, and so far I\'m finding it to be extremely helpful. I have a set of custom libraries that I would like to build for multiple platforms using cross-compilation. The toolchains are in[详细]
2023-02-13 14:39 分类:问答Are there installers that can be used to automate builds with msbuild for .NET 2.0 projects
I just realised I can not run my vdproj file from msbuild without calling Visual Studio. What a showstopper for a开发者_C百科tomated builds![详细]
2023-02-13 08:49 分类:问答ant large project. How to enforce common output directory structure - include,import and inhertAll=false?
I have a toplevel ant project and many subprojects under it. ./build.xml ./datamodel_src/src/build.xml ./datamodel_src/src/module1/build.xml[详细]
2023-02-11 20:18 分类:问答Versioning with an automatic build system
We recently moved to an automatic build system (something internal, not Hudson or Teamcity, yet). Our version is stored in a header file and is included by some cpp and resource files. It is also used[详细]
2023-02-11 09:43 分类:问答