Updated Ghostscript to 9.53.3

This commit is contained in:
Andrew Murray 2020-10-01 22:06:09 +10:00
parent 6620916884
commit 6b11976723
2 changed files with 4 additions and 4 deletions

View File

@ -24,8 +24,8 @@ install:
- mv c:\pillow-depends-master c:\pillow-depends
- xcopy /s c:\pillow-depends\test_images\* c:\pillow\tests\images
- 7z x ..\pillow-depends\nasm-2.14.02-win64.zip -oc:\
- ..\pillow-depends\gs9531w32.exe /S
- path c:\nasm-2.14.02;C:\Program Files (x86)\gs\gs9.53.1\bin;%PATH%
- ..\pillow-depends\gs9533w32.exe /S
- path c:\nasm-2.14.02;C:\Program Files (x86)\gs\gs9.53.3\bin;%PATH%
- cd c:\pillow\winbuild\
- ps: |
c:\python37\python.exe c:\pillow\winbuild\build_prepare.py -v --depends=C:\pillow-depends\

View File

@ -73,8 +73,8 @@ jobs:
7z x winbuild\depends\nasm-2.14.02-win64.zip "-o$env:RUNNER_WORKSPACE\"
Write-Host "::add-path::$env:RUNNER_WORKSPACE\nasm-2.14.02"
winbuild\depends\gs9531w32.exe /S
Write-Host "::add-path::C:\Program Files (x86)\gs\gs9.53.1\bin"
winbuild\depends\gs9533w32.exe /S
Write-Host "::add-path::C:\Program Files (x86)\gs\gs9.53.3\bin"
xcopy /s winbuild\depends\test_images\* Tests\images\
shell: pwsh