From 19deeb1181b0ab6fe3a06a5589012c5105272a34 Mon Sep 17 00:00:00 2001 From: Croydon Date: Thu, 6 Sep 2018 08:13:37 +0200 Subject: AppVeyor: Remove outdated renaming and update ghostscript Renaming of win_flex and win_bison is not any longer requires as the CMake find scripts are also looking for these binary names. Updating Ghostscript from 9.23 to 9.24 --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8090d22..ad95ddf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,9 +22,7 @@ init: install: - ps: Invoke-WebRequest https://github.com/lexxmark/winflexbison/releases/download/v2.5.15/win_flex_bison-2.5.15.zip -OutFile flex.zip - 7z x flex.zip -oC:\deps\flex - - rename C:\deps\flex\win_bison.exe bison.exe - - rename C:\deps\flex\win_flex.exe flex.exe - - ps: Invoke-WebRequest https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs923/gs923w32.exe -OutFile gswin32c.exe + - ps: Invoke-WebRequest https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs924/gs924w32.exe -OutFile gswin32c.exe - gswin32c /S /D=C:\deps\ghostscript - ps: choco install -y miktex - refreshenv -- cgit v0.12