diff options
author | Croydon <cr0ydon@outlook.com> | 2018-09-06 06:13:37 (GMT) |
---|---|---|
committer | Croydon <cr0ydon@outlook.com> | 2018-09-08 13:14:12 (GMT) |
commit | 19deeb1181b0ab6fe3a06a5589012c5105272a34 (patch) | |
tree | 2629e27601e8df80a33eca08bd475ae2670d871e | |
parent | cd9c5bb4ceb6bf9ce48c2861bdf72d5c1ff79752 (diff) | |
download | Doxygen-19deeb1181b0ab6fe3a06a5589012c5105272a34.zip Doxygen-19deeb1181b0ab6fe3a06a5589012c5105272a34.tar.gz Doxygen-19deeb1181b0ab6fe3a06a5589012c5105272a34.tar.bz2 |
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
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 1 insertions, 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 |