Skip to content
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

Closed
noahmalmed opened this issue Feb 20, 2018 · 5 comments
Closed

Modify CI, so it can actually deploy test builds #155

noahmalmed opened this issue Feb 20, 2018 · 5 comments

Comments

@noahmalmed
Copy link
Contributor

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

@camallen
Copy link

@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.

@adammcmaster
Copy link

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?

@noahmalmed
Copy link
Contributor Author

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.

@adammcmaster
Copy link

Great, if we can do it with Travis that'll certainly make things easier.

@lcjohnso
Copy link
Member

lcjohnso commented Aug 4, 2023

closing, see #377 and #378

@lcjohnso lcjohnso closed this as completed Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants