From: Magnus Jacobsson Date: Thu, 2 Apr 2020 17:39:33 +0000 (+0200) Subject: Build for Fedora 29, 30, 31, 32 & 33 in Docker containers on GitLab runners X-Git-Tag: stable_release_2.42.4~3^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4447fae6d50517bdae6cf7cf40fd271c7f2389f9;p=graphviz Build for Fedora 29, 30, 31, 32 & 33 in Docker containers on GitLab runners Also changed to run for all branches. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 687a70752..0134ea984 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,37 +98,32 @@ centos8-build: fedora29-build: <<: *rpm_build_definition tags: - - graphviz,fedora29 - only: - - master + - linux + image: "graphviz/graphviz:fedora29" fedora30-build: <<: *rpm_build_definition tags: - - graphviz,fedora30 - only: - - master + - linux + image: "graphviz/graphviz:fedora30" fedora31-build: <<: *rpm_build_definition tags: - - graphviz,fedora31 - only: - - master + - linux + image: "graphviz/graphviz:fedora31" fedora32-build: <<: *rpm_build_definition tags: - - graphviz,fedora32 - only: - - master + - linux + image: "graphviz/graphviz:fedora32" fedora33-build: <<: *rpm_build_definition tags: - - graphviz,fedora33 - only: - - master + - linux + image: "graphviz/graphviz:fedora33" ubuntu18-04-build: <<: *deb_build_definition