Skip to content

Commit

Permalink
If on OSX Our Directories arent the same as other systems. Try and ma…
Browse files Browse the repository at this point in the history
…ke them ourselves
  • Loading branch information
CryptoExpert committed Feb 6, 2017
1 parent c905827 commit 546901b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,14 @@ script:
- mkdir build && cd build
- "../configure $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)"
- make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false )
- if [ -n "$OSX_SDK" ]; then echo $(pwd); fi
- if [ -n "$OSX_SDK" ]; then ls -la; fi
- if [ -n "$OSX_SDK" ]; then mkdir ${OUTDIR}/bin; fi
- if [ -n "$OSX_SDK" ]; then cp Vertcoin-Qt.app ${OUTDIR}/bin; fi
- if [ -n "$OSX_SDK" ]; then cp Vertcoin-Core.dmg ${OUTDIR}/bin; fi
- if [ -n "$OSX_SDK" ]; then cd .. ; fi
- if [ -n "$OSX_SDK" ]; then mkdir out; fi
- if [ -n "$OSX_SDK" ]; then mkdir out/$TRAVIS_PULL_REQUEST; fi
- if [ -n "$OSX_SDK" ]; then mkdir out/$TRAVIS_PULL_REQUEST/$TRAVIS_JOB_NUMBER-$HOST; fi
- if [ -n "$OSX_SDK" ]; then mkdir ${OUTDIR}/bin; fi
- if [ -n "$OSX_SDK" ]; then cp build/Vertcoin-Qt.app ${OUTDIR}/bin; fi
- if [ -n "$OSX_SDK" ]; then cp build/Vertcoin-Core.dmg ${OUTDIR}/bin; fi
- ls -la
- ls -la ${OUTDIR}/bin
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
after_script:
Expand Down

0 comments on commit 546901b

Please sign in to comment.