aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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-11/+45
| | | | | | | | | | | | | | 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