diff --git a/README.md b/README.md index ef6d1ce..635d01b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ An svg layout designer. Requierements : - NodeJS -- NPM +- npm +- pnpm (optional but recommanded unless you prefer having a huge `node_modules` directory) # Developping diff --git a/docs/CICD.md b/docs/CICD.md new file mode 100644 index 0000000..7c3543f --- /dev/null +++ b/docs/CICD.md @@ -0,0 +1,12 @@ +# 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`. \ No newline at end of file