mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
fix clang builds
This commit is contained in:
parent
cfa51b230b
commit
7d987c5cee
1 changed files with 3 additions and 13 deletions
16
.travis.yml
16
.travis.yml
|
@ -5,19 +5,6 @@ group: edge
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# build on ubuntu
|
|
||||||
- os: linux
|
|
||||||
compiler: gcc
|
|
||||||
env:
|
|
||||||
- COMPILER=g++-4.8
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- sourceline: 'ppa:mhier/libboost-latest'
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
packages:
|
|
||||||
- g++-4.8 boost1.70 libasound2-dev libvorbisidec-dev libvorbis-dev libflac-dev alsa-utils libavahi-client-dev avahi-daemon
|
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env:
|
env:
|
||||||
|
@ -96,6 +83,7 @@ matrix:
|
||||||
env:
|
env:
|
||||||
- COMPILER=clang++-3.9
|
- COMPILER=clang++-3.9
|
||||||
- CXXFLAGS=-stdlib=libc++
|
- CXXFLAGS=-stdlib=libc++
|
||||||
|
- CC=clang-3.9
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
@ -109,6 +97,7 @@ matrix:
|
||||||
env:
|
env:
|
||||||
- COMPILER=clang++-4.0
|
- COMPILER=clang++-4.0
|
||||||
- CXXFLAGS=-stdlib=libc++
|
- CXXFLAGS=-stdlib=libc++
|
||||||
|
- CC=clang-4.0
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
@ -122,6 +111,7 @@ matrix:
|
||||||
env:
|
env:
|
||||||
- COMPILER=clang++-5.0
|
- COMPILER=clang++-5.0
|
||||||
- CXXFLAGS=-stdlib=libc++
|
- CXXFLAGS=-stdlib=libc++
|
||||||
|
- CC=clang-5.0
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue