Skip to content

Gitlab CI: Add openSUSE and Fedora

This adds tests for zypper and dnf. This also tests ruby2.1 (openSUSE leap) and 2.3 (Debian & Fedora) There are likely other package manager version differences between the three which are being tested by this.

However, the main reason for this is GitLab CI runners frequently have complete and utter failure downloading packages from Debian. So, adding other OS allows coders & reviewers to see that a failed pipeline is working on some OS, and thus possible the Debian failure is not because of something they have done wrong.

Merge request reports