Leave CWD in the right place

This commit is contained in:
wiredfool 2014-03-26 09:29:47 -07:00
parent d97244181d
commit c4cedd50eb

View File

@ -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