rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
258 stars 63 forks source link

Create build matrix for test suite #151

Closed glm4 closed 4 years ago

glm4 commented 4 years ago

Description:


Notes

The builds last about 30 minutes in Travis with the current 5 target configuration. If in the future we see that this is too much or more projects using this configuration make the builds take longer, we could configure it for 3 targets or so.

Risk:


germanStabile commented 4 years ago

Do these jobs run in parallel? If not, I'd only test in the smallest and biggest devices

glm4 commented 4 years ago

Do these jobs run in parallel? If not, I'd only test in the smallest and biggest devices

According to the build matrix docs they do :)