- export CPLUS_INCLUDE_PATH="/usr/include/python3.6m"
script:
- ./autogen.sh
- - ./configure --enable-man-pdfs
+ - ./configure --enable-lefty --enable-man-pdfs
- make dist
- make dist-xz
artifacts:
GV_VERSION=$( cat GRAPHVIZ_VERSION )
tar xfz graphviz-${GV_VERSION}.tar.gz
pushd graphviz-${GV_VERSION}
- ./configure $CONFIGURE_OPTIONS --prefix=$( pwd )/build | tee >(../ci/extract-configure-log.sh >../${META_DATA_DIR}/configure.log)
+ ./configure --enable-lefty $CONFIGURE_OPTIONS --prefix=$( pwd )/build | tee >(../ci/extract-configure-log.sh >../${META_DATA_DIR}/configure.log)
make
make install
popd
fi
elif [[ "${OSTYPE}" =~ "darwin" ]]; then
./autogen.sh
- ./configure --prefix=$( pwd )/build --with-quartz=yes
+ ./configure --enable-lefty --prefix=$( pwd )/build --with-quartz=yes
make
make install
tar cfz graphviz-${GV_VERSION}-${ARCH}.tar.gz --options gzip:compression-level=9 build