Has anyone done CI with a ios/android project? What would be the steps to build both apps in parallel?
a
Arkadii Ivanov
05/18/2021, 7:05 PM
I have parallel build setup with GitHub Actions. I defined BuildTarget enum and passed the list of targets via command line. Multiplatform targets and other build logic are enabled depending on the provided set.