]> granicus.if.org Git - graphviz/commitdiff
CI: add generation of GRAPHVIZ_VERSION also for macOS CMake test job
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Fri, 8 Oct 2021 05:02:10 +0000 (07:02 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 9 Oct 2021 07:36:37 +0000 (09:36 +0200)
Commit b4047f93aa3c1a3718b39493e5814532fa0850fe added this for all
other jobs, but missed the macOS test job for some reason.

.gitlab-ci.yml

index f36927340e457a55d8a535dc0720f0362f3d651c..a1210a94936ba7c4d7ca198ae8f96b059980b8de 100644 (file)
@@ -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