IOS automatic deployment Packaging Environment configuration problem

recently, I want to build an environment for automatic packaging and deployment on iOS.
look at the information and say that you can only use mac. Is it OK to configure, mac miniJ?
and who has more experience to exchange with jenkins or flow.ci,?


there should be many self-packaged blogs on the Internet, jenkins can be deployed directly, or you can automatically package by writing a shell script through the xcodebuild command and directly executing the shell command. However, fastlane is more recommended.

Menu