From fea17b6a9738eb96f037e22538d1885a75f20698 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Fri, 8 Oct 2021 07:02:10 +0200 Subject: [PATCH] CI: add generation of GRAPHVIZ_VERSION also for macOS CMake test job Commit b4047f93aa3c1a3718b39493e5814532fa0850fe added this for all other jobs, but missed the macOS test job for some reason. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f36927340..a1210a949 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1017,6 +1017,7 @@ macos-cmake-test: - brew install libxaw || brew upgrade libxaw - python3 -m pip install --requirement requirements.txt - export build_system="cmake" + - python3 gen_version.py > GRAPHVIZ_VERSION needs: - job: "macos-cmake-build" artifacts: true -- 2.40.0