From: Erwin Janssen Date: Mon, 20 Jun 2016 20:29:24 +0000 (+0200) Subject: Appveyor: install SED X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9aee7a8e4364a3748e863c2aa595866b381072fe;p=graphviz Appveyor: install SED --- diff --git a/appveyor.yml b/appveyor.yml index 5bfb3394d..2891afba9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,7 @@ environment: - 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 #- compiler: msys2 #- compiler: cygwin @@ -18,6 +19,7 @@ install: # Only has to be installed when MSYS2 or Cygwin are enabled. #- cinst ghostscript - cinst winflexbison + - cinst gnuwin32-sed.install build_script: # Ghostscript only has to be configured when MSYS2 or Cygwin are enabled.