]> granicus.if.org Git - graphviz/commitdiff
Add brew install pango to macos build jobs
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 21 Oct 2020 06:53:12 +0000 (08:53 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sat, 24 Oct 2020 05:46:24 +0000 (07:46 +0200)
Needed for png format and cairo renderer.

Fixes https://gitlab.com/graphviz/graphviz/-/issues/1860.

.gitlab-ci.yml

index 15ab4a1c92aafee61127aa0e19d7f1bd2551501e..541be0a17554cc32825a497514c87444fbca674e 100644 (file)
@@ -254,6 +254,7 @@ macos-autotools-build:
         - brew update
         - brew install autogen || brew upgrade autogen
         - brew install bison || brew upgrade bison
+        - brew install pango || brew upgrade pango
         - export PATH="/usr/local/opt/bison/bin:$PATH"
         - export build_system="autotools"
         - python3 gen_version.py > VERSION # FIXME: remove when building from portable source
@@ -294,6 +295,7 @@ macos-cmake-build:
         - brew update
         - brew install cmake || brew upgrade cmake
         - brew install bison || brew upgrade bison
+        - brew install pango || brew upgrade pango
         - export PATH="/usr/local/opt/bison/bin:$PATH"
         - export build_system="cmake"
         - python3 gen_version.py > VERSION