mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
travis CI: build audio drivers with clang3.9
This commit is contained in:
parent
d0d156f50f
commit
0b4fcb94ba
1 changed files with 6 additions and 0 deletions
|
@ -156,6 +156,12 @@ matrix:
|
|||
- cmake-data
|
||||
- cmake
|
||||
- libglib2.0-0
|
||||
- libsndfile-dev
|
||||
- libasound2-dev
|
||||
- libjack-dev
|
||||
- portaudio19-dev
|
||||
- libpulse-dev
|
||||
- libdbus-glib-1-dev
|
||||
- ladspa-sdk
|
||||
env:
|
||||
- MATRIX_EVAL="CC=clang-3.9 && CXX=clang++-3.9"
|
||||
|
|
Loading…
Reference in a new issue