Tagged Questions

6
votes
10answers
837 views

Do you use nightly builds for hobby projects?

As probably 99% of the Stackers here I have quite a few Hobby projects running simultaneously, and I try to keep them under source control and get them to the point of the one-step build/test. But ...
4
votes
2answers
194 views

Movement towards continuous integration in progress, any suggestions?

We have a bunch of C/C++ modules and projects for QNX4, QNX6 and Linux. All of these are written in Eclipse/QNX Momentics and we use Project Sets (psf files) to combine different modules into projects ...
4
votes
5answers
168 views

How important is fixing the nightly build promptly?

We have an automated build server that builds our code nightly, which is useful for us since not everyone on our team can build the entire source tree. Lately, some members of the team are becoming ...
2
votes
3answers
263 views

Release build vs nightly build [closed]

A typical solution is to have a CI (Continuous Integration) build running on a build server: It will analyze the source code, make build (in debug) and run tests, measure test coverage, etc. Now, ...
0
votes
3answers
55 views

what are some of the industry wide used continous integration tool , nightly build system for Python based program

what are some of the industry wide used continuos integration tool , nightly build system for Python based program. We want to automate the a lot of manual testing and then use daily running system ...
0
votes
1answer
45 views

What is the difference between a nightly build and continuous integration?

What is the difference between nightly builds and continuous integration? Is it just the frequency of checkin/build/test? For example, if a nightly build process were run every hour or every minute ...
0
votes
1answer
143 views

Hudson: Build nightly only when codebase or snapshot dependency is changed

I have a separate job to build a project during the night. But I only want to build it if the code of the project is changed or snapshot dependency of the project is built. Building a project nightly ...
0
votes
1answer
23 views

Exceptions from Buildbots PeriodicScheduler intervals?

Buildbots Periodic scheduler triggers builds at fixed intervals (e.g. every 30 minutes). But there are certain times (e.g. at night, during the weekend or while regular maintenance is performed) where ...