mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-26 02:45:25 +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
|
||||
env: BUILD_TYPE=cmake UPNP=OFF MAKE_UPNP=no
|
||||
- os: linux
|
||||
compiler: cmake
|
||||
compiler: clang++
|
||||
env: BUILD_TYPE=make UPNP=ON MAKE_UPNP=yes
|
||||
- os: linux
|
||||
compiler: cmake
|
||||
compiler: clang++
|
||||
env: BUILD_TYPE=make UPNP=OFF MAKE_UPNP=no
|
||||
addons:
|
||||
apt:
|
||||
|
|
Loading…
Add table
Reference in a new issue