-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add continuous integration to support i18n plugin #66
Comments
Have created https://travis-ci.org/nodeschool/montreal , but still requires configuration. Can anyone who has commit access to this repo tell me if you are able to view the settings? Also see https://jekyllrb.com/docs/continuous-integration/travis-ci/ for configuration guide. |
Looks like it's all configured correctly by default! Should I go ahead and make a PR with the travis.yml, or would you like to do the honors? |
I am looking at it now. Just doing a test build. Though if you have more time go for it. The one thing not resolved on my end is where to put the generated code. |
I'll see if I've got time this evening to get around to it. |
Alternatively we can have a branch for the source files and the generated output deployed to gh-pages. (seems like the cleanest solution) |
If we can do a separate branch for generated content, then it would avoid mixing source and generated code? Also avoid the risk of recursive builds. |
This gist describes how to deploy to a github project: https://gist.github.com/domenic/ec8b0fc8ab45f39403dd |
@matchai I am out of time for the next few days, but you can see in Travis the failure. If you have time could you look the failure with the openssl step? I think that is all that is missing. |
Reopening, since I just noticed we are limited to using |
Add continuous integration to support the i18n plugin, required to allow completing issue #1.
Proposal:
The text was updated successfully, but these errors were encountered: