Open vsoch opened 6 years ago
What would change in the CI configuration? I think it would work as is with a repository that contains Julia code (or R).
oh awesome! I'm just not familiar enough with repo2docker to know (and I should have tried). I will try right away with the repo I linked, and it would be super cool to just work! I'll likely provide a julia template for the continuous builder anyway, because people (myself included) really like just forking to get started on something. Is it ok if I leave this open until I've tried it out, in case I run into trouble?
omg this is awesome! It totally just worked!
And I'll pr to add to containershare as a template soon! Is there an R equivalent? I'd like to add an example continuous build for that too. This is wicked cool that it just works!
Repo2docker recognises all of these config files http://repo2docker.readthedocs.io/en/latest/config_files.html and does (semi) intelligent things when creating a container image from a repo that contains these files.
This is awesome, thank's for this link! I am going to try creating dummy examples for each.
Would it be appropriate to have a template for circleci that builds for julia? I know this is the example linked from your docs --> https://github.com/binder-examples/julia-python and I would want to figure out a similar circle config to get it working. Let me know if this sounds like something desirable to do!