627 shaares
1 result
tagged
xp
L'article de référence sur l'intégration continue.
Workflow:
- Checkout code from source control in working copy
- Write code
- Write tests (XUnit)
- Run automated build in dev machine
- Update working copy from source control
- Run automated build again on updated workin copy
- Fix & rebuild if KO
- Commit to the mainline
- Build on CI server
- Fix immediatly if KO on CI server