Skip to content

Commit

Permalink
[CI] Travis: added verbose debug to make
Browse files Browse the repository at this point in the history
(trying to fix invalid binary path for OSX gmake deploy)
  • Loading branch information
hsandt committed Jul 15, 2020
1 parent 4ffa011 commit 69cb78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ script:
elif [[ $TRAVIS_OS_NAME == "osx" ]]; then
export JOBS="$(nproc)" # should be ~2
fi
config=release make -j${JOBS}
config=release make -j${JOBS} --debug=v
elif [[ "${PREMAKE_GENERATOR}" == "xcode"* ]]; then
xcodebuild -project Game.xcodeproj -target Game -configuration Release
fi
Expand Down

0 comments on commit 69cb78e

Please sign in to comment.