]> granicus.if.org Git - graphviz/commitdiff
Appveyor: install SED
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 20 Jun 2016 20:29:24 +0000 (22:29 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Mon, 20 Jun 2016 20:29:24 +0000 (22:29 +0200)
appveyor.yml

index 5bfb3394d34527840df0631840b0723394c437c0..2891afba98f597288a0bd8afe0e6ed8a72b03075 100644 (file)
@@ -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.