]> granicus.if.org Git - graphviz/commitdiff
Appveyor: set up Flex and Bison
authorErwin Janssen <erwinjanssen@outlook.com>
Sun, 12 Jun 2016 09:43:07 +0000 (11:43 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Sun, 12 Jun 2016 09:43:07 +0000 (11:43 +0200)
Flex and Bison are needed to generate some code files.

appveyor.yml

index 24c3a423021a5cfaa22117a2676961e96c83538c..fed0193b869b86d602d1ec98071525e6d47d9e00 100644 (file)
@@ -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.