a5afa85c0a
Using Docker just doesn't work: simply running "docker pull" fails due to the pull rate limits all the time, see e.g. https://travis-ci.org/github/wxWidgets/wxWidgets/jobs/759810039#L2628 while following Travis own instructions for dealing with this problem at https://blog.travis-ci.com/docker-rate-limits results in the build failure due to secret environment variables not being accessible from the PRs for security reasons, see https://travis-ci.org/github/wxWidgets/wxWidgets/jobs/759820694 So use pip everywhere, even under Ubuntu 14.04, where it doesn't work out of the box as it tries to install globally when it doesn't have the permissions to do it. |
||
---|---|---|
.. | ||
mingw | ||
msvs | ||
appveyor-test.bat | ||
appveyor.bat | ||
before_install.sh | ||
build-wxwidgets.py | ||
builder.py | ||
post-release.sh | ||
pre-release.sh | ||
release.bat | ||
release.sh | ||
travis-ci.sh | ||
wxwidgets.iss |