mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-26 10:55:24 +02:00
disable clang build with make on linux [2]
This commit is contained in:
parent
abefc8e5ea
commit
7943f4057c
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue