This commit is contained in:
Mikal 2017-06-11 12:18:37 +00:00 committed by GitHub
commit 6a9936b6eb
17 changed files with 856 additions and 0 deletions

View file

@ -33,3 +33,4 @@ env:
- BUILD_TYPE=Release UPNP=OFF
script:
- cd build && cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DWITH_UPNP=${UPNP} && make
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd $TRAVIS_BUILD_DIR/Mac && xcodebuild -project I2Pd.xcodeproj -target "I2Pd" CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" && cd $TRAVIS_BUILD_DIR ; fi