mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Minor comment change
This commit is contained in:
parent
c3d6831610
commit
2f63d179fb
12
appveyor.yml
12
appveyor.yml
|
@ -52,21 +52,21 @@ install:
|
||||||
{
|
{
|
||||||
c:\python34\python.exe c:\pillow\winbuild\build_dep.py
|
c:\python34\python.exe c:\pillow\winbuild\build_dep.py
|
||||||
c:\pillow\winbuild\build_deps.cmd
|
c:\pillow\winbuild\build_deps.cmd
|
||||||
$host.SetShouldExit(0)
|
$host.SetShouldExit(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- ps: |
|
- ps: |
|
||||||
if ($env:PYTHON -eq "c:/msys64/mingw32")
|
if ($env:PYTHON -eq "c:/msys64/mingw32")
|
||||||
{
|
{
|
||||||
c:\msys64\usr\bin\bash -l -c c:\\pillow\\winbuild\\appveyor_build_msys2.sh
|
c:\msys64\usr\bin\bash -l -c c:\\pillow\\winbuild\\appveyor_build_msys2.sh
|
||||||
Write-Host "through install"
|
Write-Host "through install"
|
||||||
$host.SetShouldExit(0)
|
$host.SetShouldExit(0)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
& $env:PYTHON/$env:EXECUTABLE c:\pillow\winbuild\build.py
|
& $env:PYTHON/$env:EXECUTABLE c:\pillow\winbuild\build.py
|
||||||
$host.SetShouldExit(0)
|
$host.SetShouldExit(0)
|
||||||
}
|
}
|
||||||
- cd c:\pillow
|
- cd c:\pillow
|
||||||
- mv PIL PIL.temp
|
- mv PIL PIL.temp
|
||||||
|
@ -107,9 +107,9 @@ deploy:
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
deploy: YES
|
deploy: YES
|
||||||
|
|
||||||
|
|
||||||
# Uncomment the following line to get RDP access after the build/test and block for
|
|
||||||
|
# Uncomment the following lines to get RDP access after the build/test and block for
|
||||||
# up to the timeout limit (~1hr)
|
# up to the timeout limit (~1hr)
|
||||||
#
|
#
|
||||||
#on_finish:
|
#on_finish:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user