Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |