Skip to content

Commit

Permalink
Merge pull request #2814 from wiredfool/appveyor
Browse files Browse the repository at this point in the history
Quick and Dirty fix for msys2 on appveyor
  • Loading branch information
hugovk committed Oct 25, 2017
2 parents ff9f284 + afd6360 commit 2587cc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ build_script:
$host.SetShouldExit(0)
}
- cd c:\pillow
- mv PIL PIL.temp
- '%PYTHON%\%EXECUTABLE% selftest.py --installed'

test_script:
Expand All @@ -86,6 +87,8 @@ artifacts:
name: wheel

before_deploy:
- cd c:\pillow
- mv PIL.temp PIL
- '%PYTHON%\%PIP_DIR%\pip.exe install wheel'
- cd c:\pillow\winbuild\
- '%PYTHON%\%EXECUTABLE% c:\pillow\winbuild\build.py --wheel'
Expand Down

0 comments on commit 2587cc0

Please sign in to comment.