summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2018-02-14Deleting OpenSSL module and libraryFabio Alessandrelli
2018-02-06Travis builds use builtin_openssl for X11Fabio Alessandrelli
1.0.2 is now the minimum version of openssl to build against
2018-01-04Add GDnative wrapper lib on CI buildEmmanuel Leblond
2017-12-14openmp: Don't try to link GCC's implementation on ClangRémi Verschelde
Also disable openmp build on Travis, breaks on Trusty's Clang. Group deps more naturally.
2017-12-07Style: Update definitions for clang-format 5.0.0Rémi Verschelde
This will be the new standard from now on.
2017-12-07Travis: Install libxi-dev after #14347Rémi Verschelde
2017-12-06Travis: Disable OSX builds, they create too much backlogRémi Verschelde
Travis CI has not enough OSX build nodes allocated for open source projects, so we often have to wait several hours (up to a full day) for builds to start.
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-27prune scons shared cacheRhody Lugo
2017-11-26Travis: Use separate SCons caches for each build jobRémi Verschelde
2017-11-26add support for scons cache and enable it for travisRhody Lugo
2017-11-13change matrix and enable caching for Android, iOS and macOS (cross-compile)Rhody Lugo
2017-10-27Travis: Simplify matrix, disable iphone and add X11 tools=no/clangRémi Verschelde
Travis always has massive backlog of macOS builds, so we can't rely on them too much. The iphone build was mostly useful to spot tools=no or target=release_debug issues, so replacing it by an appropriate X11 build.
2017-09-26CI: Disable MinGW build on Travis and add AppVeyor badgeRémi Verschelde
Now that AppVeyor handles testing Windows builds with MSVC, we can skip the need to test against Travis' old MinGW toolchain and have a faster CI process. Also try building X11 binaries against system OpenSSL, should speed up build.
2017-09-13Travis: Try enabling ccache to speed up buildsRémi Verschelde
2017-07-21make use of 2 cores in Travis CIHubert Jarosz
2017-07-11Add options for more human-friendly build outputTimo Schwarzer
2017-05-31Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn
Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457.
2017-03-19Travis: Run clang-format static checkRémi Verschelde
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.
2017-01-16Working on compile issues for iOSBastiaanOlij
2017-01-05Enabled code that requests an OpenGL 3 context.BastiaanOlij
2017-01-03Travis: Disable OSX and iOS temporarilyRémi Verschelde
They haven't been updated yet for GLES3 support, so they will fail all the time.
2016-11-30Travis: Disable Android builds for nowRémi Verschelde
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.
2016-10-07Attempt to fix travis builds for androidBojidar Marinov
Using travis_wait command
2016-06-09x11: Implemented dpi detectionAndreas Haas
depends on XRandR. Had to dynamically load `XRRGetMonitors` as Ubuntu 12.04 doesn't have it. Also removed libudev from travis install list.
2016-05-13Travis: Filter out another string, still noisyRémi Verschelde
That should leave only the `extracting:` lines of the verbose unzip, should be enough to keep Travis awake.
2016-05-13Travis: Filter verbose output of ndk installRémi Verschelde
Screw you travis... Timeout after 10 minutes without log output, but build killed once the log reaches 4 MB...
2016-05-13Travis: Install android *DKs in verbose modeRémi Verschelde
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.
2016-04-15Add openssl=builtin to build command in .travis.ymlmrezai
2016-03-07migrate to container-based Travis CIHubert Jarosz
2016-02-17Remove two redundant CI buildsRémi Verschelde
We only have 5 build nodes on Travis CI, and building every PR takes a huge time.
2016-01-29don't install libevdev-dev for travis buildhondres
2015-12-23upgrade .travis.ymlMarqin
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...
2014-10-08Fix travis-ci build config for new build systemmarynate
2014-07-02Adding travis ci supportmarynate