Build python bundle for macOS on Windows/Linux host via jenkins

Viewed 31

Context: We create Windows and Linux bundles for python projects via Jenkins.

Requirement: Need to create macOS bundle as well.

Issue: We don't have any macOS agents available in Jenkins.

I believe the workaround is to simulate a macOS terminal (Checked sickcodes - seems like an overkill as we don't need UI and other apps)

Any suggestions (docker or otherwise) will be a great help.

0 Answers
Related