mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-26 10:55:24 +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,7 +29,6 @@ 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
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#CXX = clang++
|
||||
ifndef TRAVIS_OS_NAME
|
||||
CXX = clang++
|
||||
endif
|
||||
CXXFLAGS = -Os -Wall -std=c++11 -DMAC_OSX
|
||||
#CXXFLAGS = -g -O2 -Wall -std=c++11
|
||||
INCFLAGS = -I/usr/local/include
|
||||
|
|
Loading…
Add table
Reference in a new issue