sttm-desktop
sttm-desktop copied to clipboard
Unable to make mac build - BLOCKER
Whenever we push to a dev, master or release branch of this repo, it automatically creates a build for windows, and mac.
For mac, we use Travis, but the current travis config file .travis.yml is not able to generate the build.
Travis logs:
@indersinghkhalis I am currently looking into this, trying to use github actions to see if it can generate the build file.
@MySmilingTurban How's it going so far? Do you have any questions, doubts about it?
I was initially trying to use github actions for this, but was unable to generate a build for apple silicon using that.
I think @MySmilingTurban is working on urgent shabadavli issues, so this has been de-prioritized.
Update on Travis CI, it does not support macOS builds anymore. Thanks to @Gauravjeetsingh veerji for the heads up. I am currently working on it and looking into setting up an alternative.
Using github actions for mac build, and its working fine now.