Update travis to build Obj-C project as well as i2pd

This commit is contained in:
Mikal Villa 2016-03-29 20:53:25 +02:00
parent 9171ff5055
commit d90868a02d

View file

@ -29,6 +29,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install openssl miniupnpc ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew unlink boost openssl && brew link boost openssl -f ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd $TRAVIS_BUILD_DIR/Mac && xcodebuild -project I2Pd.xcodeproj -target "I2Pd" ; fi
env:
matrix:
- BUILD_TYPE=Release UPNP=ON