wxWidgets/build/tools
Vadim Zeitlin a5afa85c0a Always use pip for installing httpbin in Travis CI builds
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.
2021-02-21 14:57:10 +01:00
..
mingw
msvs
appveyor-test.bat Fix return code from testing script in case of error 2021-01-27 14:56:29 +01:00
appveyor.bat Enable wxUSE_WEBVIEW_EDGE in an AppVeyor test 2021-01-19 22:43:08 +01:00
before_install.sh Ignore leak from atk_bridge_adaptor_init() when using ASAN 2021-01-31 17:33:04 +01:00
build-wxwidgets.py Remove setup0.h files 2021-01-31 19:02:56 +01:00
builder.py
post-release.sh
pre-release.sh
release.bat
release.sh Remove setup0.h files 2021-01-31 19:02:56 +01:00
travis-ci.sh Always use pip for installing httpbin in Travis CI builds 2021-02-21 14:57:10 +01:00
wxwidgets.iss