Added CICD doc + update README.md
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
822cd4107d
commit
ceaea43288
2 changed files with 14 additions and 1 deletions
|
@ -10,7 +10,8 @@ An svg layout designer.
|
||||||
|
|
||||||
Requierements :
|
Requierements :
|
||||||
- NodeJS
|
- NodeJS
|
||||||
- NPM
|
- npm
|
||||||
|
- pnpm (optional but recommanded unless you prefer having a huge `node_modules` directory)
|
||||||
|
|
||||||
# Developping
|
# Developping
|
||||||
|
|
||||||
|
|
12
docs/CICD.md
Normal file
12
docs/CICD.md
Normal file
|
@ -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`.
|
Loading…
Add table
Add a link
Reference in a new issue