From 2558de09f5f9f19f720bfbb82aaf92611a36e19b Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Sun, 12 Jun 2016 11:43:07 +0200 Subject: [PATCH] Appveyor: set up Flex and Bison Flex and Bison are needed to generate some code files. --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.40.0