I am working on a simple MacOS app using Xcode 8.3 in Swift 3, the source of which is on Github. I have setup continuos-integration on Travis-CI and it works fine.
What I want to do is automatically generate an .app file for my app in the CI where it will be pushed to my Github account (and hence Github pages) automatically. How can I do this? Is this possible?