-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Using travis build stages we can split our build pipeline into multiple steps that are run sequentially if the previous step was successful. Each step consists of multiple jobs that are run in parallel. With this, we could add a single smokescreen testing job at the beginning and only run a larger amount of build jobs if the initial test was successful. This also helps integrating additional build steps for static analysis (coding standards and tools like phpstan or psalm)
- is depended on by
-
PHPLIB-330 Implement checks for coding standard
- Closed