apache / cordova-paramedic

Apache Cordova - Paramedic
https://cordova.apache.org/
Apache License 2.0
36 stars 53 forks source link

CI: Build once, test on multiple environments #138

Open janpio opened 5 years ago

janpio commented 5 years ago

Currently each CI sub build does its own build of the app, then tests the app and reports the result.

This takes a lot of time.

This could possibly be improved by building the app once (total, or per platform, or per build environment [Xcode version etc]) and then reuse the same build to run the tests on multiple environments (OS versions, devices, ...).