From: Neal Gompa Date: Thu, 13 Apr 2017 13:07:02 +0000 (-0400) Subject: CI: Rework .gitlab-ci.yml to support a CentOS 7 build X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=438c1f04f5a31edba4cfe66dd57945bf2fe0fc04;hp=438c1f04f5a31edba4cfe66dd57945bf2fe0fc04;p=lugaru.git CI: Rework .gitlab-ci.yml to support a CentOS 7 build Quite a bit of the .gitlab-ci.yml file needed to be reworked so that the commonalities between Fedora and CentOS could be leveraged while allowing us to swap out the differences dynamically. Thus, we can now test commits against the GCC version we use for release builds while continuing to use latest GCC for development builds. As a nice side effect, there are now much fewer invocations of DNF to install all the needed things, so CI builds should be faster! ---