Thread: Requirement from custtomer

  1. #1
    Registered User
    Join Date
    Apr 2019
    Posts
    35

    Requirement from custtomer

    There is a requirement from my customer saying Continuous Integration should be possible. And it should be possible to build old versions. Currently i am using IDE for building. Is he referring to make files?

  2. #2
    Registered User
    Join Date
    Feb 2019
    Posts
    1,078
    Quote Originally Posted by Clearner123 View Post
    There is a requirement from my customer saying Continuous Integration should be possible.
    I believe Newton and Leibnz discovered this in the XVII century...

    Quote Originally Posted by Clearner123 View Post
    And it should be possible to build old versions
    Sounds like version control...

    Quote Originally Posted by Clearner123 View Post
    Currently i am using IDE for building. Is he referring to make files?
    Maybe it's easier if you ask him what he meant?

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    Registered User
    Join Date
    Apr 2019
    Posts
    35
    Yes i can ask him but it right now i have to only say Yes or No and it will be a while before i interact with him. Meanwhile i am trying if i can get the answer. One description i find is "Each integration should be automatically built and tested". What does the term automatic exactly mean? I hope it is commonly used in any industry. With your experience can you suggest me something.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    > What does the term automatic exactly mean?
    It means you make a server of some sort monitor each of your commits to your SCM, and that triggers various automated processes.
    Comparison of continuous integration software - Wikipedia
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Plz help me with this requirement...
    By sguruprasanna in forum C++ Programming
    Replies: 4
    Last Post: 07-24-2002, 11:57 AM

Tags for this Thread