-
Notifications
You must be signed in to change notification settings - Fork 183
Try circleci #228
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
Try circleci #228
Conversation
once you merge this, if you enable this: http://github.com/apps/giles it will report the build artefact link as a commit status like this: Cadair/giles#3 |
I manually killed the travis build. When I'm feeling particularly confident, I'll merge this and test the final bit of dangerous functionality: a force-push to a separate branch that contains the RST versions of the executed notebooks. RTD can then look for this branch, and in theory, won't have to execute the notebooks because the RST will already exist... |
Alright, I'll do the last bit of debugging live! |
After a conversation with @Cadair, he convinced me that we might be able to solve our build issues by running the tutorial build on CircleCI and then pushing the documentation from there to either readthedocs or github pages. The advantage of building on a CI service is that we can cache data files, which is what causes our timeouts and headaches on RTD right now. This is a PR to test out the CircleCI build - do not merge yet!