Also cache pip in travis.
This commit is contained in:
parent
4f2cc6bf92
commit
d93fc9dc9c
|
@ -17,6 +17,7 @@ before_cache:
|
|||
cache:
|
||||
ccache: true
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
- $HOME/.gradle/caches/
|
||||
- $HOME/.gradle/wrapper/
|
||||
- $HOME/.android/build-cache
|
||||
|
|
|
@ -6,8 +6,8 @@ orig_dir=$(pwd)
|
|||
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -qq python3-pip zlib1g-dev libjpeg-dev
|
||||
pip3 install --user meson==0.43.0
|
||||
pip3 install --user pillow
|
||||
pip3 install --user --upgrade pip wheel
|
||||
pip3 install --user pillow meson==0.43.0
|
||||
|
||||
# ninja
|
||||
git clone git://github.com/ninja-build/ninja.git
|
||||
|
|
Loading…
Reference in New Issue