Getting started with continuous integration workflow

Currently develop for android and ios using crna and expo on windows. I compile on ios to upload to itunes, and windows for play store. I use soucetree and gitflow which works well.

However, how can i setup a basic workflow for continuous integration/ deployment for both platforms? How can i run tests and deploy autonomously, what tools would i need and how would I deploy to iOS and Android stores?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.