summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add options for more human-friendly build outputTimo Schwarzer2017-07-111-2/+2
|
* Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn2017-05-311-2/+7
| | | | | | Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457.
* Travis: Run clang-format static checkRémi Verschelde2017-03-191-1/+13
| | | | | | | | 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.
* Working on compile issues for iOSBastiaanOlij2017-01-161-1/+1
|
* Enabled code that requests an OpenGL 3 context.BastiaanOlij2017-01-051-1/+1
|
* Travis: Disable OSX and iOS temporarilyRémi Verschelde2017-01-031-2/+2
| | | | They haven't been updated yet for GLES3 support, so they will fail all the time.
* Travis: Disable Android builds for nowRémi Verschelde2016-11-301-3/+3
| | | | | | | 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.
* Attempt to fix travis builds for androidBojidar Marinov2016-10-071-2/+2
| | | Using travis_wait command
* x11: Implemented dpi detectionAndreas Haas2016-06-091-1/+1
| | | | | | depends on XRandR. Had to dynamically load `XRRGetMonitors` as Ubuntu 12.04 doesn't have it. Also removed libudev from travis install list.
* Travis: Filter out another string, still noisyRémi Verschelde2016-05-131-1/+1
| | | | That should leave only the `extracting:` lines of the verbose unzip, should be enough to keep Travis awake.
* Travis: Filter verbose output of ndk installRémi Verschelde2016-05-131-1/+5
| | | | Screw you travis... Timeout after 10 minutes without log output, but build killed once the log reaches 4 MB...
* Travis: Install android *DKs in verbose modeRémi Verschelde2016-05-131-1/+1
| | | | | 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.
* Add openssl=builtin to build command in .travis.ymlmrezai2016-04-151-1/+1
|
* migrate to container-based Travis CIHubert Jarosz2016-03-071-4/+26
|
* Remove two redundant CI buildsRémi Verschelde2016-02-171-0/+4
| | | | We only have 5 build nodes on Travis CI, and building every PR takes a huge time.
* don't install libevdev-dev for travis buildhondres2016-01-291-1/+1
|
* upgrade .travis.ymlMarqin2015-12-231-12/+46
| | | | | | | | | | | | | | 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...
* Fix travis-ci build config for new build systemmarynate2014-10-081-1/+1
|
* Adding travis ci supportmarynate2014-07-021-0/+14