Age | Commit message (Collapse) | Author |
|
|
|
|
|
Remove rg-etc1 code. Also updated travis to use ubuntu 14.04.
Fixes #8457.
|
|
Commits or PRs that do not respect the clang-format style that we
enforce will fail the test.
Adding ubuntu-toolchain-r-test as its libstdc++ is necessary to install
libllvm-3.9.
|
|
|
|
|
|
They haven't been updated yet for GLES3 support, so they will fail
all the time.
|
|
As we say in French, "Trop, c'est trop !".
Those builds fail 50% of the time due to timeouts, it's pointless to have them until we
find a better solution to install the Android SDK and NDK.
Workaround for #6973.
|
|
Using travis_wait command
|
|
depends on XRandR.
Had to dynamically load `XRRGetMonitors` as Ubuntu 12.04 doesn't have it.
Also removed libudev from travis install list.
|
|
That should leave only the `extracting:` lines of the verbose unzip,
should be enough to keep Travis awake.
|
|
Screw you travis... Timeout after 10 minutes without log output,
but build killed once the log reaches 4 MB...
|
|
Builds tend to fail due to the 10 min limit for stalled builds.
Most likely because the download is done silently and takes more than
10 min depending on the Travis connection.
|
|
|
|
|
|
We only have 5 build nodes on Travis CI, and building every PR takes a huge time.
|
|
|
|
Now it test 6 builds:
* Ubuntu 14.04 - x11 (g++)
* Ubuntu 14.04 - x11 (clang++)
* Ubuntu 14.04 - windows (via MinGW)
* OS X - osx (g++)
* OS X - osx (clang++)
* OS X - android
* OS X - iphone
Instead of just g++ on Ubuntu 12.04...
|
|
|
|
|