ZcashLightClientKit/docs/ci.md

26 lines
417 B
Markdown
Raw Normal View History

2020-06-03 16:15:38 -07:00
# Continuous Integration
The project is integrated the following CI platforms:
- Bitrise
- Builds
- Travis CI
- Builds
2020-06-03 16:15:38 -07:00
2022-12-31 02:50:16 -08:00
## When a PR is opened
2020-06-03 16:15:38 -07:00
- check that linting is successful (to be integrated)
2020-06-03 16:15:38 -07:00
- check that the code builds
- check that PR tests pass
## Manual Deployment
2020-06-03 16:15:38 -07:00
2022-12-31 02:50:16 -08:00
Prerequisites:
- Write permissions on the repo
2020-06-03 16:15:38 -07:00
Steps:
2020-06-03 16:15:38 -07:00
- build the project
- run tests
- Create a new tag MAJOR.MIDDLE.MINOR{-betaX}