svg-layout-designer-react/docs/CICD.md
Siklos ceaea43288
All checks were successful
continuous-integration/drone/push Build is passing
Added CICD doc + update README.md
2022-08-08 23:15:26 +02:00

361 B

Azure Pipelines

This project uses Azure Pipelines to runs automatic tests.

Its azure-pipelines.yml configuration file can be found at the root project folder.

Drone.io

Due to the limitations of Azure Pipelines (limited free usage, no parallel, no dockerhub...), it might be more useful to use Drone.io.

Its config file can be found in .drone.yml.