These utilities were installed from sourceforge, but this website has been
unstable lately. Often builds failed because the site was unreachable. The
utilities are now included using a git submodule.
[submodule "windows/dependencies/libgd"]
path = windows/dependencies/libgd
url = https://github.com/libgd/libgd.git
+[submodule "windows/dependencies/graphviz-build-utilities"]
+ path = windows/dependencies/graphviz-build-utilities
+ url = https://github.com/ErwinJanssen/graphviz-build-utilities.git
CHERE_INVOKING: 1
matrix:
- compiler: msbuild
- BISON: C:\ProgramData\chocolatey\lib\winflexbison\tools\win_bison.exe
- FLEX: C:\ProgramData\chocolatey\lib\winflexbison\tools\win_flex.exe
- SED: C:\Program Files (x86)\GnuWin32\bin\sed.exe
+ BISON: \%APPVEYOR_BUILD_FOLDER\%\windows\dependencies\graphviz-build-utilities\bison.exe
+ FLEX: \%APPVEYOR_BUILD_FOLDER\%\windows\dependencies\graphviz-build-utilities\flex.exe
+ SED: \%APPVEYOR_BUILD_FOLDER\%\windows\dependencies\graphviz-build-utilities\sed.exe
#- compiler: msys2
#- compiler: cygwin
- git submodule update --init
# Only has to be installed when MSYS2 or Cygwin are enabled.
#- cinst ghostscript
- - cinst winflexbison
- - cinst gnuwin32-sed.install
# Compile libgd
- ps: >-
cd windows\dependencies\libgd
--- /dev/null
+Subproject commit bb8df88ae3385bd7b98400b1e318af0056474030