Continuous Integration - methodology of regular rebuild and testing directly during the development process. Almost every change is built and tested. Thus, it makes it possible to have an early response about the quality of the product.
- When a developer makes changes to the GreenteaOS/Tofita repository
- When the contributor sends a request to merge changes (Pull Request)
- When the contributor makes commits to his pull request
- When you request a merge in the
Conversation
tab, below you can see a fairly bright status ofBuild
in yellow (in progress), red (the build failed or contains errors) and green (build successful) colors. - You may find the link to the build log at top right corner
- Not to be confused with the status of merge possibility!
- Follow the link https://ci.appveyor.com/project/PeyTy/tofita
Go to the website of the CI system, select the build of interest, and click on the Artifacts tab.
Official GreenteaOS nightly builds take place here https://ci.appveyor.com/project/PeyTy/tofita/build/artifacts