mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Leave CWD in the right place
This commit is contained in:
parent
d97244181d
commit
c4cedd50eb
|
@ -20,7 +20,9 @@ install:
|
|||
# webp UNDONE -- refactor
|
||||
- "wget 'https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz' -O /tmp/libwebp-0.4.0.tar.gz"
|
||||
- "tar -C /tmp -xvzf /tmp/libwebp-0.4.0.tar.gz"
|
||||
- "cd /tmp/libwebp-0.4.0 && ./configure --enable-libwebpmux --enable-libwebpdemux && make && sudo make install"
|
||||
- "pushd /tmp/libwebp-0.4.0 && ./configure --enable-libwebpmux --enable-libwebpdemux && make && sudo make install && popd"
|
||||
|
||||
|
||||
|
||||
script:
|
||||
- python setup.py clean
|
||||
|
|
Loading…
Reference in New Issue
Block a user