Skip to content

Commit 03970da

Browse files
committed
Removed AppVeyor section after python-pillow/Pillow#8525
1 parent 91d8047 commit 03970da

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,3 @@ GitHub Actions
1212
--------------
1313

1414
These are used in GitHub Actions through the [Pillow depends scripts](https://github.com/python-pillow/Pillow/tree/main/depends)
15-
16-
AppVeyor
17-
--------
18-
19-
These are used in Pillow's [AppVeyor configuration file](https://github.com/python-pillow/Pillow/blob/main/.appveyor.yml#L29) like so:
20-
21-
```yaml
22-
install:
23-
- '%PYTHON%\%EXECUTABLE% --version'
24-
- '%PYTHON%\%EXECUTABLE% -m pip install --upgrade pip'
25-
- curl -fsSL -o pillow-test-images.zip https://github.com/python-pillow/test-images/archive/main.zip
26-
- 7z x pillow-test-images.zip -oc:\
27-
- xcopy /S /Y c:\test-images-main\* c:\pillow\tests\images
28-
- curl -fsSL -o nasm-win64.zip https://raw.githubusercontent.com/python-pillow/pillow-depends/main/nasm-2.16.03-win64.zip
29-
- 7z x nasm-win64.zip -oc:\
30-
- choco install ghostscript --version=10.4.0
31-
- path c:\nasm-2.16.03;C:\Program Files\gs\gs10.04.0\bin;%PATH%
32-
- cd c:\pillow\winbuild\
33-
- ps: |
34-
c:\python39\python.exe c:\pillow\winbuild\build_prepare.py -v --depends=C:\pillow-depends\
35-
c:\pillow\winbuild\build\build_dep_all.cmd
36-
$host.SetShouldExit(0)
37-
- path C:\pillow\winbuild\build\bin;%PATH%
38-
```

0 commit comments

Comments
 (0)