You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Travis CI to automatically test, generate documentation, and build on commits.
On commit to develop, run tests. If passed generate documentation and built ontology files + json tree export. Push generated data to staging branch.
On commit to develop, run tests. If passed generate documentation and built ontology files + json tree export. Push generated data to gh-pages branch (ie published to github.io).
On tag push, run tests. If passed generate documentation and built ontology files + json tree export. Push generated data to a GitHub release. This will be where official releases will go.
@bherr2 can help get the Travis CI setup, but the code pieces will need to come from @SamuelFriedman.
The text was updated successfully, but these errors were encountered:
One thing that will be required for this is to be able to run all the workflow from the command line. I think @SamuelFriedman python code should be able to be setup like that. For converting to different formats/reifications, Protege does not have a CLI.
Use Travis CI to automatically test, generate documentation, and build on commits.
develop
, run tests. If passed generate documentation and built ontology files + json tree export. Push generated data tostaging
branch.develop
, run tests. If passed generate documentation and built ontology files + json tree export. Push generated data togh-pages
branch (ie published to github.io).@bherr2 can help get the Travis CI setup, but the code pieces will need to come from @SamuelFriedman.
The text was updated successfully, but these errors were encountered: