Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also extract the Android support includes | Chris Robinson | 2018-11-06 | 1 | -0/+1 |
| | |||||
* | Fix Android extraction paths | Chris Robinson | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | Update Travis build images | Chris Robinson | 2018-11-06 | 1 | -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 toolchain | Chris Robinson | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | Update travis for android-ndk-r15, required for its newer cmake | Chris Robinson | 2017-12-16 | 1 | -8/+10 |
| | |||||
* | Don't cache the Android NDK in Travis | Chris Robinson | 2017-12-16 | 1 | -15/+9 |
| | |||||
* | Enable embedding of HRTF data in CI config files | alexey.lysiuk | 2017-05-05 | 1 | -0/+3 |
| | |||||
* | Only download and strip Android NDK when not cached | Marcel Metz | 2017-03-06 | 1 | -10/+12 |
| | |||||
* | Use TravisCI cache to store stripped Android NDK toolchain | Marcel Metz | 2017-03-06 | 1 | -0/+3 |
| | |||||
* | Unpack only required files from Android NDK | Marcel Metz | 2017-03-06 | 1 | -1/+8 |
| | |||||
* | Configure CMake to require available backends on CI services | Marcel Metz | 2017-03-06 | 1 | -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 matrix | Marcel Metz | 2017-03-06 | 1 | -2/+27 |
| | | | | The test entry adds the ability to test the OpenSLES backend. | ||||
* | Explicit declare test matrix for TravisCI | Marcel Metz | 2017-03-06 | 1 | -5/+6 |
| | |||||
* | Install dependencies on TravisCI to enable more features | Marcel Metz | 2017-03-05 | 1 | -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 version | Marcel Metz | 2017-03-05 | 1 | -0/+1 |
| | |||||
* | Build on Linux and OSX with Travis | Chris Robinson | 2015-12-11 | 1 | -0/+3 |
| | |||||
* | Add a .travis.yml for travis-ci | Chris Robinson | 2015-12-11 | 1 | -0/+2 |