Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
You may find an answer in already closed issues: Issues Closed
Feature Information
We need bash and batch scripts to help future contributes build the project, as well as to allow TravisCI to build each commit for tests, at the current moment no information regarding how to build the project and submodules is provided
Solution Information
Firstly we should look at Git: How to Add or Remove Submodules as this will be most of the heavy lifting that both scripts need to do. Primarily both of them should:
[ ] Clone each sub-module and initialise them if not already done
[ ] Create dummy files for unchecked in gradle.properties files (containing API credentials)
Additional Context
This issue is open to suggestions and discussions directly pointing to how we can move forward with this implementation
AniTrend Issue Guidelines
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
You may find an answer in already closed issues: Issues Closed
Feature Information
We need bash and batch scripts to help future contributes build the project, as well as to allow TravisCI to build each commit for tests, at the current moment no information regarding how to build the project and submodules is provided
Solution Information
Firstly we should look at Git: How to Add or Remove Submodules as this will be most of the heavy lifting that both scripts need to do. Primarily both of them should:
Clone each sub-module and initialise them if not already donegradle.properties
files (containing API credentials)Additional Context
This issue is open to suggestions and discussions directly pointing to how we can move forward with this implementation