Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - QNX continuous integration with Team Foundation Server: Page 1 of 4 (4 Items)
   
QNX continuous integration with Team Foundation Server  
We use Microsoft Team Foundation Server to run continuous integration for application development (Windows/iOS).    Now 
evaluating QNX and wish to sound the forum out for experiences with this setup.   I realise that it may not be ideal, 
but we wish to leverage existing infrastructure and technical know-how as much as it is practical to do so.    

As a minimum, this is what we want to achieve:
1. Develop with Momentics using an Eclipse plugin for TFS to access Git repos hosted in TFS.
2. Create an automated build task in TFS to trigger a build on commit.   TFS is compatible with CMAKE with VisualGDB.   
When triggered, build agents wake up to build the project and hand off to the next step.   Our QNX targets are likely 
going to be x86.
3. Unit tests kick in automatically.    Doxygen kicks in to update documentation.
4. New executable gets deployed to a test VM.
5. Error reports get emailed to devs.
This is generally the process we use for application development and would love to know how well or poorly QNX dev fits 
in this process.

Thank you.