mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-26 10:55:24 +02:00
osx brew workaround [2]
This commit is contained in:
parent
859d77c3b5
commit
ba228aa055
1 changed files with 5 additions and 4 deletions
|
@ -10,12 +10,13 @@ compiler:
|
||||||
- g++
|
- g++
|
||||||
- clang++
|
- clang++
|
||||||
env:
|
env:
|
||||||
- BUILD_TYPE=make UPNP=ON MAKE_UPNP=yes
|
|
||||||
- BUILD_TYPE=make UPNP=OFF MAKE_UPNP=no
|
|
||||||
- BUILD_TYPE=cmake UPNP=ON MAKE_UPNP=yes
|
|
||||||
- BUILD_TYPE=cmake UPNP=OFF MAKE_UPNP=no
|
|
||||||
global:
|
global:
|
||||||
- MAKEFLAGS="-j 2"
|
- MAKEFLAGS="-j 2"
|
||||||
|
matrix:
|
||||||
|
- BUILD_TYPE=make UPNP=ON MAKE_UPNP=yes
|
||||||
|
- BUILD_TYPE=make UPNP=OFF MAKE_UPNP=no
|
||||||
|
- BUILD_TYPE=cmake UPNP=ON MAKE_UPNP=yes
|
||||||
|
- BUILD_TYPE=cmake UPNP=OFF MAKE_UPNP=no
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
Loading…
Add table
Reference in a new issue