PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

Continuous Integration

dimanche 31 mai 2015 à 13:49
JMLRT's Shaarli 31/05/2015
L'article de référence sur l'intégration continue.

Workflow:
1. Checkout code from source control in working copy
2. Write code
3. Write tests (XUnit)
4. Run automated build in dev machine
5. Update working copy from source control
6. Run automated build again on updated workin copy
7. Fix & rebuild if KO
8. Commit to the mainline
9. Build on CI server
10. Fix immediatly if KO on CI server
(Permalink)