mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-05 21:53:15 +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
|
# webp UNDONE -- refactor
|
||||||
- "wget 'https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz' -O /tmp/libwebp-0.4.0.tar.gz"
|
- "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"
|
- "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:
|
script:
|
||||||
- python setup.py clean
|
- python setup.py clean
|
||||||
|
|
Loading…
Reference in New Issue
Block a user