From 3dc680d333b423d177a3322087bf41d3677f6543 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Wed, 28 Sep 2022 14:26:38 +0200 Subject: [PATCH] CI: add fedora36-cmake-test job --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fed19608..5389528fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1155,6 +1155,19 @@ fedora35-cmake-test: variables: IMAGE: fedora35 +fedora36-cmake-test: + <<: *linux_test_definition + before_script: + - export build_system="cmake" + - python3 gen_version.py --output GRAPHVIZ_VERSION + needs: + - job: "fedora36-cmake-build" + artifacts: true + tags: + - linux + variables: + IMAGE: fedora36 + macos-cmake-test: <<: *test_definition before_script: -- 2.40.0