Examples of CI flows
Now we will look at implementing three different types of CI flows, ranging from very simple to more advanced. As referenced in Chapter 3, Selecting the Right Tools, automated testing environments have a natural trade-off: simpler implementations often lead to less test replicability and setup longevity, and vice versa. The goal of showing these three examples is to reduce the barrier to implementing a quality CI flow for your specific project’s needs.
The three examples will be as follows:
- Simple test scripts
- In-house board farm setup
- A virtual farm with AVH
1 – Simple test scripts
To replicate the example in this section, you will be using the following:
Platform |
NXP LPC55S69-EVK |
Software |
hello world |
Environment |
Personal Computer |
...