Merge pull request #4835 from nulano/win-rm-av

Remove obsolete MSYS2 scripts for AppVeyor
This commit is contained in:
Andrew Murray 2020-08-03 08:23:15 +10:00 committed by GitHub
commit 5f56767aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 17 deletions

View File

@ -1,3 +0,0 @@
#!/bin/sh
cd /c/pillow && /mingw32/$EXECUTABLE setup.py install

View File

@ -1,14 +0,0 @@
#!/bin/sh
mkdir /var/cache/pacman/pkg
pacman -S --noconfirm mingw32/mingw-w64-i686-python3-pip \
mingw32/mingw-w64-i686-python3-setuptools \
mingw32/mingw-w64-i686-python3-pytest \
mingw32/mingw-w64-i686-python3-pytest-cov \
mingw-w64-i686-libjpeg-turbo \
mingw-w64-i686-libimagequant
C:/msys64/mingw32/bin/python3 -m pip install --upgrade pip
/mingw32/bin/pip install olefile
/mingw32/bin/pip3 install olefile