From: Erwin Janssen Date: Sun, 12 Jun 2016 09:43:07 +0000 (+0200) Subject: Appveyor: set up Flex and Bison X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2558de09f5f9f19f720bfbb82aaf92611a36e19b;p=graphviz Appveyor: set up Flex and Bison Flex and Bison are needed to generate some code files. --- diff --git a/appveyor.yml b/appveyor.yml index 24c3a4230..fed0193b8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,12 +7,15 @@ environment: 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 #- compiler: msys2 #- compiler: cygwin install: # Only has to be installed when MSYS2 or Cygwin are enabled. #- cinst ghostscript + - cinst winflexbison build_script: # Ghostscript only has to be configured when MSYS2 or Cygwin are enabled.