disable clang build with make on linux [2]

This commit is contained in:
R4SAS 2017-11-17 12:49:30 +03:00
parent abefc8e5ea
commit 7943f4057c

View file

@ -21,10 +21,10 @@ matrix:
- os: osx - os: osx
env: BUILD_TYPE=cmake UPNP=OFF MAKE_UPNP=no env: BUILD_TYPE=cmake UPNP=OFF MAKE_UPNP=no
- os: linux - os: linux
compiler: cmake compiler: clang++
env: BUILD_TYPE=make UPNP=ON MAKE_UPNP=yes env: BUILD_TYPE=make UPNP=ON MAKE_UPNP=yes
- os: linux - os: linux
compiler: cmake compiler: clang++
env: BUILD_TYPE=make UPNP=OFF MAKE_UPNP=no env: BUILD_TYPE=make UPNP=OFF MAKE_UPNP=no
addons: addons:
apt: apt: