From eef10fe9cd93850b7220824639e855d3089674fd Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Wed, 28 Sep 2022 14:24:57 +0200 Subject: [PATCH] CI: add fedora35-cmake-build job --- .gitlab-ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a588af98b..ae1020535 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -796,6 +796,22 @@ centos7-cmake-build: variables: IMAGE: centos7 +fedora35-cmake-build: + <<: *rpm_build_definition + needs: + - job: docker_build_fedora35 + artifacts: false + before_script: + - export build_system="cmake" + # fail on any compiler warnings + - export CFLAGS=-Werror + - export CXXFLAGS=-Werror + - export CMAKE_OPTIONS="-Dwith_smyrna=ON" + tags: + - linux + variables: + IMAGE: fedora35 + macos-cmake-build: <<: *macos_build_definition before_script: -- 2.40.0