]> git.jsancho.org Git - lugaru.git/commit
CI: Rework .gitlab-ci.yml to support a CentOS 7 build
authorNeal Gompa <ngompa13@gmail.com>
Thu, 13 Apr 2017 13:07:02 +0000 (09:07 -0400)
committerNeal Gompa <ngompa13@gmail.com>
Thu, 13 Apr 2017 13:07:02 +0000 (09:07 -0400)
commit438c1f04f5a31edba4cfe66dd57945bf2fe0fc04
tree8b356b8be864d5d6289059aad337ebf25a4a3bff
parent35048f2f8374d1457a5cef19ea3af599037b6935
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!
.gitlab-ci.yml