Update OTB Continuous Integration platform authored by Guillaume Pasero's avatar Guillaume Pasero
...@@ -18,8 +18,7 @@ The different pipeline stages are: ...@@ -18,8 +18,7 @@ The different pipeline stages are:
* `precheck` : fast build on Linux, no test * `precheck` : fast build on Linux, no test
* `prepare` : for configuration using a XDK, update it if SuperBuild has changed * `prepare` : for configuration using a XDK, update it if SuperBuild has changed
* `build` : compile, test and package OTB on various platforms * `build` : compile, test and package OTB on various platforms
* `qa` : analyse code quality * `report` : analyse quality reports with SonarQube
* `report` : send quality reports to SonarQube
* `deploy` : upload generated binaries and documentation to OTB website * `deploy` : upload generated binaries and documentation to OTB website
* `external` : contains the links to CDash submissions * `external` : contains the links to CDash submissions
... ...
......