GitLab CI: use extends to simplify declaration of jobs
The build stage gets simpler:
- we define one high level build job
- for each type of distro, we subclass the high-level job with the
distribution image
- then we subclass the previous jobs into specific release versions
or specific items to check
Signed-off-by:
Benjamin Tissoires <benjamin.tissoires@gmail.com>
Loading
Please register or sign in to comment