Separating build scripts from your IDE

Try to avoid coupling your build scripts to any particular Integrated Development Environment (IDE). A build script shouldn't be dependent on any IDE.

This is important for two reasons:

  • Each developer may be using a different IDE/editor and may have different configurations
  • A CI server must execute an automated build without any human intervention

Get Hands-On Continuous Integration and Delivery now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.