mirror of https://github.com/kiwix/libkiwix.git
[TRAVIS] Last osx version of travis already have python3 installed.
This commit is contained in:
parent
34021994cd
commit
1b44eb33f3
|
@ -9,8 +9,6 @@ ARCHIVE_NAME=deps_${TRAVIS_OS_NAME}_${PLATFORM}_${REPO_NAME}.tar.gz
|
||||||
cd $HOME
|
cd $HOME
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]
|
||||||
then
|
then
|
||||||
brew update
|
|
||||||
brew upgrade python3
|
|
||||||
pip3 install meson==0.43.0
|
pip3 install meson==0.43.0
|
||||||
|
|
||||||
wget https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip
|
wget https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip
|
||||||
|
|
Loading…
Reference in New Issue