-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify CI, so it can actually deploy test builds #155
Comments
@noahmalmed normally we use dockerhub (linked up via webhooks) to build a new image after a merge to master, in some instances we do use Travis CI to build and push a new image after tests pass as well. @astopy can help you sort this. |
The iOS build will need to happen in macOS with Xcode I think, so I'm not sure how we can automate that at the moment. Unless there's a hosted service that can do it? |
Travis lets you run CI in macOS: https://docs.travis-ci.com/user/reference/osx/ ! So we should be able to make builds for it. As mobile repo is already hooked up to travis it may not be that difficult. Anyways, I don't think this is super important because we only have one dev working on this at the moment, but it was just something I wanted to look into when I had some time. |
Great, if we can do it with Travis that'll certainly make things easier. |
Looks like the CI for the app just runs the test suite and does some static linting.
It would be nice to actually make a build with each merge to master, so deploying and beta testing is more streamlined
The text was updated successfully, but these errors were encountered: