aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Also extract the Android support includesChris Robinson2018-11-061-0/+1
|
* Fix Android extraction pathsChris Robinson2018-11-061-2/+2
|
* Update Travis build imagesChris Robinson2018-11-061-12/+13
| | | | | | GCC 4.x is too problematic with C++11. Ubuntu Xenial has GCC 5 which has more complete C++11 conformance. For Android, NDK r16 includes libc++ as an alternative to the deprecated GCC 4.9's libstdc++.
* Use the right path for android's cmake toolchainChris Robinson2017-12-161-1/+1
|
* Update travis for android-ndk-r15, required for its newer cmakeChris Robinson2017-12-161-8/+10
|
* Don't cache the Android NDK in TravisChris Robinson2017-12-161-15/+9
|
* Enable embedding of HRTF data in CI config filesalexey.lysiuk2017-05-051-0/+3
|
* Only download and strip Android NDK when not cachedMarcel Metz2017-03-061-10/+12
|
* Use TravisCI cache to store stripped Android NDK toolchainMarcel Metz2017-03-061-0/+3
|
* Unpack only required files from Android NDKMarcel Metz2017-03-061-1/+8
|
* Configure CMake to require available backends on CI servicesMarcel Metz2017-03-061-2/+11
| | | | | | | | | | | | | | | | Configure CMake to require the installed backend libraries. This should help to find build system regressions. On TravisCI with Linux this requires the ALSA, PulseAudio, PortAudio, OSS and JACK backend. On TravisCI with Android cross compile Linux this requires the OpenSL backend. On TravisCI with MacOSX this requires the CoreAudio backend. ON AppVeyor with Windows this requires the WinMM, DSound and MMDevAPI backend.
* Add Android cross-compile to TravisCI test matrixMarcel Metz2017-03-061-2/+27
| | | | The test entry adds the ability to test the OpenSLES backend.
* Explicit declare test matrix for TravisCIMarcel Metz2017-03-061-5/+6
|
* Install dependencies on TravisCI to enable more featuresMarcel Metz2017-03-051-0/+14
| | | | | | | Install Ubuntu development packages for PulseAudio, PortAudio, ALSA and JACK to enable the building of most Linux backends on TravisCI. Intall Ubuntu development packages for Qt5 to enable `alsoft-config`.
* Use Ubuntu 14.04 in TravisCI to get a less antique CMake versionMarcel Metz2017-03-051-0/+1
|
* Build on Linux and OSX with TravisChris Robinson2015-12-111-0/+3
|
* Add a .travis.yml for travis-ciChris Robinson2015-12-111-0/+2