mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-07-09 19:53:54 +02:00
testing g++ build [2]
This commit is contained in:
parent
18b4fe0b45
commit
68b01224c0
2 changed files with 6 additions and 5 deletions
|
@ -7,7 +7,7 @@ os:
|
|||
# - linux
|
||||
- osx
|
||||
sudo: required
|
||||
dist: stretch
|
||||
dist: xenial
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
@ -29,14 +29,13 @@ compiler:
|
|||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libressl miniupnpc && brew upgrade boost ; fi
|
||||
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew unlink boost openssl && brew link boost openssl -f ; fi
|
||||
env:
|
||||
matrix:
|
||||
- BUILD_TYPE=Release UPNP=ON
|
||||
- BUILD_TYPE=Release UPNP=OFF
|
||||
exclude:
|
||||
- os: osx
|
||||
compiler: g++
|
||||
- os: osx
|
||||
compiler: g++
|
||||
script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd build && cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DWITH_UPNP=${UPNP} && make ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make HOMEBREW=1 USE_UPNP=${UPNP} ; fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue