From: Magnus Jacobsson Date: Mon, 26 Oct 2020 09:52:41 +0000 (+0100) Subject: Enable dotty, lefty, lneato and vimdot to be built on macOS. X-Git-Tag: 2.46.0~20^2^2~10^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f2a1c5bf61557c8b50966b5b0c11ae4a4521eb0;p=graphviz Enable dotty, lefty, lneato and vimdot to be built on macOS. Enabled by adding brew install libxaw to macOS builds Fixes https://gitlab.com/graphviz/graphviz/-/issues/1858 Towards https://gitlab.com/graphviz/graphviz/-/issues/1854 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81f2cbc2a..40c9d5056 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,6 +72,7 @@ portable-source: - brew install cmake || brew upgrade cmake - brew install bison || brew upgrade bison - brew install pango || brew upgrade pango + - brew install libxaw || brew upgrade libxaw - export PATH="/usr/local/opt/bison/bin:$PATH" - python3 gen_version.py > VERSION # FIXME: remove when building from portable source - echo experimental > COLLECTION diff --git a/ci/tests.py b/ci/tests.py index a7895a2a9..93f7c4578 100644 --- a/ci/tests.py +++ b/ci/tests.py @@ -108,13 +108,9 @@ def test_existence(binary: str): ] tools_not_built_with_autotools_on_macos = [ - 'dotty', 'gvedit', - 'lefty', - 'lneato', 'mingle', 'smyrna', - 'vimdot', ] os_id = os.getenv('OS_ID')