Skip to content

Commit

Permalink
What Directory are we in?
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoExpert committed Feb 6, 2017
1 parent 41a6d07 commit 7275d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ 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
Expand Down

0 comments on commit 7275d9f

Please sign in to comment.