Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binder-examples/continuous-build
Show how to use continuous integration to test your dependency specifications
https://github.com/binder-examples/continuous-build
Last synced: 3 months ago
JSON representation
Show how to use continuous integration to test your dependency specifications
- Host: GitHub
- URL: https://github.com/binder-examples/continuous-build
- Owner: binder-examples
- License: bsd-3-clause
- Created: 2018-07-17T14:39:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T08:43:35.000Z (over 5 years ago)
- Last Synced: 2024-07-14T12:38:15.054Z (4 months ago)
- Language: Jupyter Notebook
- Size: 20.5 KB
- Stars: 8
- Watchers: 5
- Forks: 10
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - binder-examples/continuous-build - Show how to use continuous integration to test your dependency specifications (others)
README
# continuous-build
This is the continuous build repository, with example configurations (and a basic
one set up to run on CircleCI) to show how you can use repo2docker to build
a container that serves your notebook for others to use.## Documentation
You will generally want to copy the `.circleci` folder and its contents to your own folder
with some corresponding notebook and requirements file. For complete documentation, please see
[repo2docker](https://repo2docker.readthedocs.io/en/latest/deploy.html)
on ReadTheDocs.## Examples Provided
Included in this example are:
- [.circleci](.circleci): a hidden folder that contains the default configuration to build->deploy.
- [example.ipynb](example.ipynb): an example ipython notebook that will be built in continuous integration
- [requirements.txt](requirements.txt) an example requirements.txt file for the example notebook.The circle configuration will be automatically detected in a hidden folder ([.circleci](.circleci))
that has a config.yml inside. In this repository, we have such a folder, and
this can be considered the base template for you to work from.## Request an Example
We will be adding other example templates here as they are requested. For example,
it would be useful to have further testing of the container, or conversion with nbconvert.
These functions are not provided by default in the configuration above as they may not
be desired for all users.If you want to get help, or request an example, please [let us know!](https://www.github.com/binder-examples/continuous-build/issues)