mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 18:31:32 +00:00
Install paramiko for future SFTP use.
This commit is contained in:
parent
ca987607fd
commit
6b3245f643
@ -20,6 +20,7 @@ fi
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache scons
|
||||
yes | pip3 install paramiko
|
||||
export PATH="/usr/local/opt/gettext/bin:/usr/local/opt/ccache/libexec:$PWD/utils/travis:$PATH"
|
||||
export CC=ccache-clang
|
||||
export CXX=ccache-clang++
|
||||
|
Loading…
x
Reference in New Issue
Block a user