- brew install pango || brew upgrade pango
- brew install libxaw || brew upgrade libxaw
- export PATH="/usr/local/opt/bison/bin:$PATH"
- - echo experimental > COLLECTION
- logfile=`mktemp`
- ci/build.sh 2>&1 | tee $logfile
- echo "$CI_JOB_NAME-warnings `grep -c 'warning:' $logfile`" > metrics.txt
<<: *macos_build_definition
before_script:
- python3 gen_version.py > GRAPHVIZ_VERSION # FIXME: remove when building from portable source
+ - echo experimental > COLLECTION
- export build_system="autotools"
tags:
- shared-macos-amd64
macos-cmake-build:
<<: *macos_build_definition
before_script:
+ - echo experimental > COLLECTION
- export build_system="cmake"
# fail on any compiler warnings
- export CFLAGS=-Werror