1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Travis CI: download MXE packages with -q --yes instead of -qq

MXE server is slow and downloads could take more than 10 minutes.
This commit is contained in:
Arseniy Shestakov 2017-08-13 22:22:57 +03:00
parent fad2a0a3fb
commit 1a1d7c27cb

View File

@ -9,7 +9,7 @@ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D43A795B73B16ABE96
# Install needed packages # Install needed packages
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install -qq \ sudo apt-get install -q --yes \
mxe-$MXE_TARGET-gcc \ mxe-$MXE_TARGET-gcc \
mxe-$MXE_TARGET-boost \ mxe-$MXE_TARGET-boost \
mxe-$MXE_TARGET-zlib \ mxe-$MXE_TARGET-zlib \